diff --git a/protected/humhub/config/common.php b/protected/humhub/config/common.php index bab02575f8..50cc9a2cf8 100644 --- a/protected/humhub/config/common.php +++ b/protected/humhub/config/common.php @@ -8,7 +8,7 @@ Yii::setAlias('@config', '@app/config'); $config = [ 'name' => 'HumHub', - 'version' => '1.1.1', + 'version' => '1.1.2', 'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR, 'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader'], 'sourceLanguage' => 'en',