mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Bumped minor version
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b2e7572fe0
commit
7573a03cc5
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
return array (
|
||||
'app_version' => 'v6.0.0',
|
||||
'full_app_version' => 'v6.0.0 - build 6860-g722e88a47',
|
||||
'build_version' => '6860',
|
||||
'app_version' => 'v6.0.1',
|
||||
'full_app_version' => 'v6.0.1 - build 7750-gb2e7572fe',
|
||||
'build_version' => '7750',
|
||||
'prerelease_version' => '',
|
||||
'hash_version' => 'g722e88a47',
|
||||
'full_hash' => 'v6.0.0-30-g722e88a47',
|
||||
'branch' => 'master',
|
||||
'hash_version' => 'gb2e7572fe',
|
||||
'full_hash' => 'v6.0.1-29-gb2e7572fe',
|
||||
'branch' => 'develop',
|
||||
);
|
Loading…
Reference in a new issue