Bumped version to GM

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-05 10:55:29 -07:00
parent 953b3a8d6e
commit 31f2b73e5a

View file

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