Update version (is also a test)

This commit is contained in:
James Cole 2017-09-12 19:57:56 +02:00
parent 436017baee
commit 158bf06efb
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.5',
'version' => '4.6.6',
'maxUploadSize' => 15242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
'list_length' => 10,