mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
Bumped version
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4b4983e550
commit
d890d923ff
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
return array (
|
return array (
|
||||||
'app_version' => 'v6.1.1',
|
'app_version' => 'v6.1.2',
|
||||||
'full_app_version' => 'v6.1.1 - build 10847-g2ac4449ea',
|
'full_app_version' => 'v6.1.2 - build 10938-g32747cafd',
|
||||||
'build_version' => '10847',
|
'build_version' => '10938',
|
||||||
'prerelease_version' => '',
|
'prerelease_version' => '',
|
||||||
'hash_version' => 'g2ac4449ea',
|
'hash_version' => 'g32747cafd',
|
||||||
'full_hash' => 'v6.1.1-605-g2ac4449ea',
|
'full_hash' => 'v6.1.2-89-g32747cafd',
|
||||||
'branch' => 'develop',
|
'branch' => 'develop',
|
||||||
);
|
);
|
Loading…
Reference in a new issue