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

Bumped hash

This commit is contained in:
snipe 2025-10-16 11:28:01 +01:00
parent 1edea6abef
commit a7ff2595a5

View File

@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v8.3.3',
'full_app_version' => 'v8.3.3 - build 20061-g884d2a955',
'build_version' => '20061',
'full_app_version' => 'v8.3.3 - build 20183-g3339d1999',
'build_version' => '20183',
'prerelease_version' => '',
'hash_version' => 'g884d2a955',
'full_hash' => 'v8.3.3-154-g884d2a955',
'branch' => 'master',
'hash_version' => 'g3339d1999',
'full_hash' => 'v8.3.3-114-g3339d1999',
'branch' => 'develop',
);