Upgrade API version

This commit is contained in:
James Cole 2019-09-06 17:19:30 +02:00
parent 30f454d38a
commit ff3e65baeb
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -126,7 +126,7 @@ return [
],
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
'version' => '4.8.1',
'api_version' => '0.10.1',
'api_version' => '0.10.2',
'db_version' => 11,
'maxUploadSize' => 15242880,
'send_error_message' => env('SEND_ERROR_MESSAGE', true),