diff --git a/protected/humhub/config/common.php b/protected/humhub/config/common.php index a3cafbe66f..8a2f5fc1f0 100644 --- a/protected/humhub/config/common.php +++ b/protected/humhub/config/common.php @@ -13,7 +13,7 @@ Yii::setAlias('@themes', '@webroot/themes'); $config = [ 'name' => 'HumHub', - 'version' => '1.3.1', + 'version' => '1.3.2-dev', 'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR, 'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue', 'humhub\modules\ui\view\bootstrap\ThemeLoader'], 'sourceLanguage' => 'en',