Update common.php

This commit is contained in:
Lucas Bartholemy 2024-12-21 11:24:42 +01:00 committed by GitHub
parent ef3f0ec5ed
commit e14b55594a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ $logTargetConfig = [
$config = [
'name' => 'HumHub',
'version' => '1.17.0-beta.3',
'version' => '1.17.0-beta.4',
'minRecommendedPhpVersion' => '8.1',
'minSupportedPhpVersion' => '8.1',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,