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 5fded57 commit d2655c1Copy full SHA for d2655c1
config/version.php
@@ -1,10 +1,10 @@
1
<?php
2
return array (
3
- 'app_version' => 'v6.0.0-RC-1',
4
- 'full_app_version' => 'v6.0.0-RC-1 - build 6592-g181dc5127',
5
- 'build_version' => '6592',
+ 'app_version' => 'v6.0.0-RC2',
+ 'full_app_version' => 'v6.0.0-RC2 - build 6627-g2815e0d36',
+ 'build_version' => '6627',
6
'prerelease_version' => '',
7
- 'hash_version' => 'g181dc5127',
8
- 'full_hash' => 'v6.0.0-RC-1-g181dc5127',
+ 'hash_version' => 'g2815e0d36',
+ 'full_hash' => 'v6.0.0-RC2-6-g2815e0d36',
9
'branch' => 'develop',
10
);
0 commit comments