mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Bumped version
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b1fa50cde2
commit
7c21158680
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
return array (
|
return array (
|
||||||
'app_version' => 'v6.0.12',
|
'app_version' => 'v6.0.13',
|
||||||
'full_app_version' => 'v6.0.12 - build 8876-gbc4c6abe0',
|
'full_app_version' => 'v6.0.13 - build 8923-g30f4af3ac',
|
||||||
'build_version' => '8876',
|
'build_version' => '8923',
|
||||||
'prerelease_version' => '',
|
'prerelease_version' => '',
|
||||||
'hash_version' => 'gbc4c6abe0',
|
'hash_version' => 'g30f4af3ac',
|
||||||
'full_hash' => 'v6.0.12-50-gbc4c6abe0',
|
'full_hash' => 'v6.0.13-97-g30f4af3ac',
|
||||||
'branch' => 'develop',
|
'branch' => 'develop',
|
||||||
);
|
);
|
Loading…
Reference in a new issue