Update version.

This commit is contained in:
James Cole 2020-03-10 19:53:56 +01:00
parent b6bab003cd
commit 2f17c45b3f
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -137,8 +137,8 @@ return [
],
'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
'version' => '5.1.0',
'api_version' => '1.0.1',
'version' => '5.1.1',
'api_version' => '1.0.2',
'db_version' => 12,
'maxUploadSize' => 15242880,
'send_error_message' => env('SEND_ERROR_MESSAGE', true),