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 18c7cbb commit c3a2e81Copy full SHA for c3a2e81
config/version.php
@@ -1,10 +1,10 @@
1
<?php
2
return array (
3
- 'app_version' => 'v8.0.0',
4
- 'full_app_version' => 'v8.0.0 - build 16962-g982cfeca32',
5
- 'build_version' => '16962',
+ 'app_version' => 'v8.0.1',
+ 'full_app_version' => 'v8.0.1 - build 16992-g18c7cbbbb',
+ 'build_version' => '16992',
6
'prerelease_version' => '',
7
- 'hash_version' => 'g982cfeca32',
8
- 'full_hash' => 'v8.0.0-172-g982cfeca32',
9
- 'branch' => 'master',
10
-);
+ 'hash_version' => 'g18c7cbbbb',
+ 'full_hash' => 'v8.0.1-28-g18c7cbbbb',
+ 'branch' => 'develop',
+);
0 commit comments