Fix some cache issues and a version bump.

This commit is contained in:
James Cole
2019-03-08 17:57:42 +01:00
parent 244d8eecab
commit d063f32c1c
7 changed files with 40 additions and 13 deletions

View File

@@ -93,7 +93,7 @@ return [
'is_demo_site' => false,
],
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
'version' => '4.7.16',
'version' => '4.7.17',
'api_version' => '0.9.2',
'db_version' => 9,
'maxUploadSize' => 15242880,