Bump version. [skip ci]

This commit is contained in:
James Cole 2017-08-07 20:27:58 +02:00
parent 4c0396ad1c
commit 5d837c3ee4
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.3.1',
'version' => '4.6.4',
'maxUploadSize' => 15242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
'list_length' => 10,