We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1443aa commit a62e841Copy full SHA for a62e841
config/version.php
@@ -1,10 +1,10 @@
1
<?php
2
return array (
3
- 'app_version' => 'v5.0.0-beta-7-GM',
4
- 'full_app_version' => 'v5.0.0-beta-7-GM - build 4484-g33cf4896d',
+ 'app_version' => 'v5.0.0',
+ 'full_app_version' => 'v5.0.0 - build 4484-g33cf4896d',
5
'build_version' => '4484',
6
'prerelease_version' => '',
7
'hash_version' => 'g33cf4896d',
8
- 'full_hash' => 'v5.0.0-beta-7-GM-1-g33cf4896d',
+ 'full_hash' => 'v5.0.0-1-g33cf4896d',
9
'branch' => 'develop',
10
);
0 commit comments