Update version again.

This commit is contained in:
James Cole 2019-08-02 21:21:38 +02:00
parent ca9f8b56f7
commit 00dee03709
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 283 additions and 267 deletions

544
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -125,9 +125,9 @@ return [
'is_demo_site' => false,
],
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
'version' => '4.7.17.5',
'api_version' => '0.9.2',
'db_version' => 10,
'version' => '4.8.0',
'api_version' => '0.10.0',
'db_version' => 11,
'maxUploadSize' => 15242880,
'send_error_message' => env('SEND_ERROR_MESSAGE', true),
'site_owner' => env('SITE_OWNER', ''),