mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -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
|
<?php
|
||||||
return array (
|
return array (
|
||||||
'app_version' => 'v6.0.0-RC-1',
|
'app_version' => 'v6.0.0-RC2',
|
||||||
'full_app_version' => 'v6.0.0-RC-1 - build 6592-g181dc5127',
|
'full_app_version' => 'v6.0.0-RC2 - build 6627-g2815e0d36',
|
||||||
'build_version' => '6592',
|
'build_version' => '6627',
|
||||||
'prerelease_version' => '',
|
'prerelease_version' => '',
|
||||||
'hash_version' => 'g181dc5127',
|
'hash_version' => 'g2815e0d36',
|
||||||
'full_hash' => 'v6.0.0-RC-1-g181dc5127',
|
'full_hash' => 'v6.0.0-RC2-6-g2815e0d36',
|
||||||
'branch' => 'develop',
|
'branch' => 'develop',
|
||||||
);
|
);
|
Loading…
Reference in a new issue