Version upgrade.

This commit is contained in:
James Cole 2017-09-09 06:42:09 +02:00
parent 3a3eb4e84f
commit 6f9b69a032
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.4',
'version' => '4.6.5',
'maxUploadSize' => 15242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
'list_length' => 10,