Raised version to 1.2.0-beta.1

This commit is contained in:
Lucas Bartholemy 2017-02-06 16:39:56 +01:00
parent 45d3f273a2
commit c04c938f9b

View File

@ -8,7 +8,7 @@ Yii::setAlias('@config', '@app/config');
$config = [
'name' => 'HumHub',
'version' => '1.2.0-dev',
'version' => '1.2.0-beta.1',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue'],
'sourceLanguage' => 'en',