Skip to content

Commit 9eaabf9

Browse files
committed
Make version number match tagged version :(
Signed-off-by: snipe <[email protected]>
1 parent 724f38a commit 9eaabf9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/version.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
22
return array (
3-
'app_version' => 'v8.1.5',
4-
'full_app_version' => 'v8.1.5 - build 18388-g64aeaeeee',
5-
'build_version' => '18388',
3+
'app_version' => 'v8.1.15',
4+
'full_app_version' => 'v8.1.15 - build 18405-ge4314cf42',
5+
'build_version' => '18405',
66
'prerelease_version' => '',
7-
'hash_version' => 'g64aeaeeee',
8-
'full_hash' => 'v8.1.5-141-g64aeaeeee',
7+
'hash_version' => 'ge4314cf42',
8+
'full_hash' => 'v8.1.15-13-ge4314cf42',
99
'branch' => 'develop',
1010
);

0 commit comments

Comments
 (0)