Merge branch 'hotfix/4.7.3.2' into develop

This commit is contained in:
James Cole
2018-05-16 21:55:42 +02:00
4 changed files with 19 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ return [
'is_demo_site' => false,
],
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
'version' => '4.7.3',
'version' => '4.7.3.2',
'api_version' => '0.3',
'db_version' => 3,
'maxUploadSize' => 15242880,