3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 02:45:39 +00:00

Make version number match tagged version :(

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-06-03 11:02:41 +01:00
parent 724f38abc2
commit 9eaabf95a0

View File

@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v8.1.5',
'full_app_version' => 'v8.1.5 - build 18388-g64aeaeeee',
'build_version' => '18388',
'app_version' => 'v8.1.15',
'full_app_version' => 'v8.1.15 - build 18405-ge4314cf42',
'build_version' => '18405',
'prerelease_version' => '',
'hash_version' => 'g64aeaeeee',
'full_hash' => 'v8.1.5-141-g64aeaeeee',
'hash_version' => 'ge4314cf42',
'full_hash' => 'v8.1.15-13-ge4314cf42',
'branch' => 'develop',
);