Changed version

This commit is contained in:
Lucas Bartholemy 2018-09-15 19:42:24 +02:00
parent b8e2cfcc66
commit c3d489c2d4

View File

@ -13,7 +13,7 @@ Yii::setAlias('@themes', '@webroot/themes');
$config = [
'name' => 'HumHub',
'version' => '1.3.2',
'version' => '1.3.2-master',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue', 'humhub\modules\ui\view\bootstrap\ThemeLoader'],
'sourceLanguage' => 'en',