Bumped version

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-04-28 17:51:27 +01:00
parent 9aac1cbba4
commit 150724b744

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v6.0.0-RC-7', 'app_version' => 'v6.0.0-RC-8',
'full_app_version' => 'v6.0.0-RC-7 - build 6787-gd56552a8a', 'full_app_version' => 'v6.0.0-RC-8 - build 6825-g173ec44b9',
'build_version' => '6787', 'build_version' => '6825',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'gd56552a8a', 'hash_version' => 'g173ec44b9',
'full_hash' => 'v6.0.0-RC-7-34-gd56552a8a', 'full_hash' => 'v6.0.0-RC-8-10-g173ec44b9',
'branch' => 'develop', 'branch' => 'develop',
); );