New version [skip ci]

This commit is contained in:
James Cole
2017-11-18 16:55:12 +01:00
parent 9db83bc6ad
commit 6bda5c2d53
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ return [
'is_demo_site' => false,
],
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
'version' => '4.6.10',
'version' => '4.6.11',
'maxUploadSize' => 15242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
'list_length' => 10,