New version.

This commit is contained in:
James Cole 2017-07-08 06:28:52 +02:00
parent 5ef2067836
commit 11c3aca58d
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

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