mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Bumped hash
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b109ee281a
commit
fbc04cfd47
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
return array (
|
return array (
|
||||||
'app_version' => 'v6.1.2',
|
'app_version' => 'v6.2.0-pre',
|
||||||
'full_app_version' => 'v6.1.2 - build 10938-g32747cafd',
|
'full_app_version' => 'v6.2.0-pre - build 11391-g319cb2305',
|
||||||
'build_version' => '10938',
|
'build_version' => '11391',
|
||||||
'prerelease_version' => '',
|
'prerelease_version' => '',
|
||||||
'hash_version' => 'g32747cafd',
|
'hash_version' => 'g319cb2305',
|
||||||
'full_hash' => 'v6.1.2-89-g32747cafd',
|
'full_hash' => 'v6.2.0-pre-451-g319cb2305',
|
||||||
'branch' => 'develop',
|
'branch' => 'develop',
|
||||||
);
|
);
|
Loading…
Reference in a new issue