Changed version to 1.1.0-beta.2

This commit is contained in:
Lucas Bartholemy 2016-07-18 07:56:23 +02:00
parent 139d861920
commit 8363283668

View File

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