Skip to content

Commit 8cd78b2

Browse files
committed
Merge remote-tracking branch 'origin/develop'
Signed-off-by: snipe <[email protected]> # Conflicts: # config/version.php
2 parents ace7abc + aae6a8f commit 8cd78b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/version.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
22
return array (
3-
'app_version' => 'v5.1.5',
4-
'full_app_version' => 'v5.1.5 - build 6082-g9eea46ade',
5-
'build_version' => '6082',
3+
'app_version' => 'v5.1.6',
4+
'full_app_version' => 'v5.1.6 - build 6109-gace7abc1a',
5+
'build_version' => '6109',
66
'prerelease_version' => '',
7-
'hash_version' => 'g9eea46ade',
8-
'full_hash' => 'v5.1.5-44-g9eea46ade',
9-
'branch' => 'master',
7+
'hash_version' => 'gace7abc1a',
8+
'full_hash' => 'v5.1.6-71-gace7abc1a',
9+
'branch' => 'develop',
1010
);

0 commit comments

Comments
 (0)