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 6a9247b commit 0501c5fCopy full SHA for 0501c5f
config/version.php
@@ -1,10 +1,10 @@
1
<?php
2
return array (
3
- 'app_version' => 'v7.1.16',
4
- 'full_app_version' => 'v7.1.16 - build 16564-gfb857ccf5',
5
- 'build_version' => '16564',
+ 'app_version' => 'v7.1.17',
+ 'full_app_version' => 'v7.1.17 - build 16787-g1fe170e6a',
+ 'build_version' => '16787',
6
'prerelease_version' => '',
7
- 'hash_version' => 'gfb857ccf5',
8
- 'full_hash' => 'v7.1.16-510-gfb857ccf5',
9
- 'branch' => 'develop',
+ 'hash_version' => 'g1fe170e6a',
+ 'full_hash' => 'v7.1.17-212-g1fe170e6a',
+ 'branch' => 'master',
10
);
0 commit comments