mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Bumped RC version
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
5fded57ec6
commit
d2655c1092
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
return array (
|
||||
'app_version' => 'v6.0.0-RC-1',
|
||||
'full_app_version' => 'v6.0.0-RC-1 - build 6592-g181dc5127',
|
||||
'build_version' => '6592',
|
||||
'app_version' => 'v6.0.0-RC2',
|
||||
'full_app_version' => 'v6.0.0-RC2 - build 6627-g2815e0d36',
|
||||
'build_version' => '6627',
|
||||
'prerelease_version' => '',
|
||||
'hash_version' => 'g181dc5127',
|
||||
'full_hash' => 'v6.0.0-RC-1-g181dc5127',
|
||||
'hash_version' => 'g2815e0d36',
|
||||
'full_hash' => 'v6.0.0-RC2-6-g2815e0d36',
|
||||
'branch' => 'develop',
|
||||
);
|
Loading…
Reference in a new issue