Skip to content

Commit a5dbece

Browse files
committed
Merge remote-tracking branch 'origin/develop'
Signed-off-by: snipe <[email protected]> # Conflicts: # config/version.php # public/css/build/app.css # public/css/build/overrides.css # public/css/dist/all.css # public/mix-manifest.json
2 parents 713bb10 + 4f0f72b commit a5dbece

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

config/version.php

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
<?php
22
return array (
3-
'app_version' => 'v7.0.11',
4-
'full_app_version' => 'v7.0.11 - build 15044-g46ed07642',
5-
'build_version' => '15044',
3+
'app_version' => 'v7.0.12',
4+
'full_app_version' => 'v7.0.12 - build 15249-g713bb104e',
5+
'build_version' => '15249',
66
'prerelease_version' => '',
7+
<<<<<<< HEAD
78
'hash_version' => 'g46ed07642',
89
'full_hash' => 'v7.0.11-133-g46ed07642',
910
'branch' => 'master',
11+
=======
12+
'hash_version' => 'g713bb104e',
13+
'full_hash' => 'v7.0.12-338-g713bb104e',
14+
'branch' => 'develop',
15+
>>>>>>> origin/develop
1016
);

0 commit comments

Comments
 (0)