More specific RC version number

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-01-13 21:41:04 -08:00
parent 91017aed52
commit cfb64be9a4

View file

@ -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',
);