Merge remote-tracking branch 'origin/develop'
Some checks failed
CodeQL Security Scan / CodeQL Security Scan (javascript) (push) Has been cancelled
Codacy Security Scan / Codacy Security Scan (push) Has been cancelled
Docker images (Alpine) / docker (push) Has been cancelled
Docker images / docker (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.4) (push) Has been cancelled
Tests in SQLite / PHP ${{ matrix.php-version }} (8.3) (push) Has been cancelled

Signed-off-by: snipe <snipe@snipe.net>

# Conflicts:
#	config/version.php
This commit is contained in:
snipe 2025-03-05 17:05:28 +00:00
commit 91f3e07b83

View file

@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v8.0.3',
'full_app_version' => 'v8.0.3 - build 17154-ged8a48672',
'build_version' => '17154',
'app_version' => 'v8.0.4',
'full_app_version' => 'v8.0.4 - build 17196-gc29bdbdac',
'build_version' => '17196',
'prerelease_version' => '',
'hash_version' => 'ged8a48672',
'full_hash' => 'v8.0.3-99-ged8a48672',
'hash_version' => 'gc29bdbdac',
'full_hash' => 'v8.0.4-29-gc29bdbdac',
'branch' => 'master',
);