Bumped GM version

This commit is contained in:
snipe 2020-10-09 17:29:31 -07:00
parent 51d804c971
commit 2dc027e479

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v5.0.0-beta-6-GM', 'app_version' => 'v5.0.0-beta-7-GM',
'full_app_version' => 'v5.0.0-beta-6-GM - build 4483-', 'full_app_version' => 'v5.0.0-beta-7-GM - build 4484-g33cf4896d',
'build_version' => '4483', 'build_version' => '4484',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => '', 'hash_version' => 'g33cf4896d',
'full_hash' => 'v5.0.0-beta-6-GM', 'full_hash' => 'v5.0.0-beta-7-GM-1-g33cf4896d',
'branch' => 'develop', 'branch' => 'develop',
); );