Merge branch 'develop'

# Conflicts:
#	config/version.php
This commit is contained in:
snipe 2018-05-21 15:17:40 -07:00
commit 11832daf5c

View file

@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v4.3.1',
'full_app_version' => 'v4.3.1 - build 3630-ge63687579',
'app_version' => 'v4.4.0',
'full_app_version' => 'v4.4.0 - build 3630-ge63687579',
'build_version' => '3630',
'prerelease_version' => '',
'hash_version' => 'ge63687579',
'full_hash' => 'v4.3.0-48-ge63687579',
'branch' => master',
'branch' => 'master',
);