Skip to content

Commit 7573a03

Browse files
committed
Bumped minor version
Signed-off-by: snipe <[email protected]>
1 parent b2e7572 commit 7573a03

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' => 'v6.0.0',
4-
'full_app_version' => 'v6.0.0 - build 6860-g722e88a47',
5-
'build_version' => '6860',
3+
'app_version' => 'v6.0.1',
4+
'full_app_version' => 'v6.0.1 - build 7750-gb2e7572fe',
5+
'build_version' => '7750',
66
'prerelease_version' => '',
7-
'hash_version' => 'g722e88a47',
8-
'full_hash' => 'v6.0.0-30-g722e88a47',
9-
'branch' => 'master',
7+
'hash_version' => 'gb2e7572fe',
8+
'full_hash' => 'v6.0.1-29-gb2e7572fe',
9+
'branch' => 'develop',
1010
);

0 commit comments

Comments
 (0)