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
f890e1f8b1
commit
17a10a4342
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
return array (
|
return array (
|
||||||
'app_version' => 'v6.1.1-pre',
|
'app_version' => 'v6.1.1',
|
||||||
'full_app_version' => 'v6.1.1-pre - build 10778-gfc5b02e39',
|
'full_app_version' => 'v6.1.1 - build 10847-g2ac4449ea',
|
||||||
'build_version' => '10778',
|
'build_version' => '10847',
|
||||||
'prerelease_version' => '',
|
'prerelease_version' => '',
|
||||||
'hash_version' => 'gfc5b02e39',
|
'hash_version' => 'g2ac4449ea',
|
||||||
'full_hash' => 'v6.1.1-pre-536-gfc5b02e39',
|
'full_hash' => 'v6.1.1-605-g2ac4449ea',
|
||||||
'branch' => 'develop',
|
'branch' => 'develop',
|
||||||
);
|
);
|
Loading…
Reference in a new issue