Merge remote-tracking branch 'origin/develop'

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

# Conflicts:
#	config/version.php
This commit is contained in:
snipe
2025-06-02 18:15:54 +01:00
3 changed files with 31 additions and 6 deletions
+5 -5
View File
@@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v8.1.4',
'full_app_version' => 'v8.1.4 - build 18245-g101b8afb5',
'build_version' => '18245',
'app_version' => 'v8.1.5',
'full_app_version' => 'v8.1.5 - build 18388-g64aeaeeee',
'build_version' => '18388',
'prerelease_version' => '',
'hash_version' => 'g101b8afb5',
'full_hash' => 'v8.1.4-180-g101b8afb5',
'hash_version' => 'g64aeaeeee',
'full_hash' => 'v8.1.5-141-g64aeaeeee',
'branch' => 'master',
);