3
0
mirror of https://github.com/snipe/snipe-it.git synced 2025-10-29 11:21:21 +00:00

Updated hash and minor version

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-07-24 15:35:33 +01:00
parent 8499faa55a
commit 24afde0e46

View File

@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v8.2.0',
'full_app_version' => 'v8.2.0 - build 19055-g6e56d5613',
'build_version' => '19055',
'app_version' => 'v8.2.1',
'full_app_version' => 'v8.2.1 - build 19068-g6ca49a20c',
'build_version' => '19068',
'prerelease_version' => '',
'hash_version' => 'g6e56d5613',
'full_hash' => 'v8.2.0-176-g6e56d5613',
'hash_version' => 'g6ca49a20c',
'full_hash' => 'v8.2.1-10-g6ca49a20c',
'branch' => 'develop',
);