Update common.php

This commit is contained in:
Lucas Bartholemy 2022-04-21 15:44:37 +02:00 committed by GitHub
parent ac31f03f76
commit 10c8ee6702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ if (!defined('PKCS7_DETACHED')) {
$config = [
'name' => 'HumHub',
'version' => '1.11.0',
'version' => '1.11.1',
'minRecommendedPhpVersion' => '7.4',
'minSupportedPhpVersion' => '7.4',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,