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 9a5c1b8 commit 95a6c70Copy full SHA for 95a6c70
config/version.php
@@ -1,10 +1,10 @@
1
<?php
2
return array (
3
- 'app_version' => 'v6.3.1',
4
- 'full_app_version' => 'v6.3.1 - build 12672-g00cea3eb3',
5
- 'build_version' => '12672',
+ 'app_version' => 'v6.3.2',
+ 'full_app_version' => 'v6.3.2 - build 12834-g9a5c1b812',
+ 'build_version' => '12834',
6
'prerelease_version' => '',
7
- 'hash_version' => 'g00cea3eb3',
8
- 'full_hash' => 'v6.3.1-180-g00cea3eb3',
9
- 'branch' => 'master',
+ 'hash_version' => 'g9a5c1b812',
+ 'full_hash' => 'v6.3.2-160-g9a5c1b812',
+ 'branch' => 'develop',
10
);
0 commit comments