Push new version number.

This commit is contained in:
James Cole 2017-06-24 13:05:12 +02:00
parent c6f44c6398
commit 5a0be7d2ad
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.5.0',
'version' => '4.6.0',
'maxUploadSize' => 15242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
'list_length' => 10,