mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Fixed hash
This commit is contained in:
parent
95f8dccc14
commit
5f1ec550ec
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
return array (
|
||||
'app_version' => 'v4.2.1',
|
||||
'full_app_version' => 'v4.2.1 - build 3497-g590938f',
|
||||
'app_version' => 'v4.2.0',
|
||||
'full_app_version' => 'v4.2.0 - build 3497-g590938f',
|
||||
'build_version' => '3497',
|
||||
'prerelease_version' => '',
|
||||
'hash_version' => 'g590938f',
|
||||
'full_hash' => 'v4.2.0-4-g590938f',
|
||||
'branch' => 'develop',
|
||||
);
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue