mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
More specific RC version number
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
91017aed52
commit
cfb64be9a4
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
return array (
|
||||
'app_version' => 'v6-RC-1',
|
||||
'full_app_version' => 'v6-RC-1 - build 6592-g181dc5127',
|
||||
'app_version' => 'v6.0.0-RC-1',
|
||||
'full_app_version' => 'v6.0.0-RC-1 - build 6592-g181dc5127',
|
||||
'build_version' => '6592',
|
||||
'prerelease_version' => '',
|
||||
'hash_version' => 'g181dc5127',
|
||||
'full_hash' => 'v6-RC-1-g181dc5127',
|
||||
'full_hash' => 'v6.0.0-RC-1-g181dc5127',
|
||||
'branch' => 'develop',
|
||||
);
|
Loading…
Reference in a new issue