Fixes #2119 and bump version.

This commit is contained in:
James Cole
2019-02-24 07:27:24 +01:00
parent 3aa79fb1e4
commit ad31cc1c1f
7 changed files with 18 additions and 11 deletions

View File

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