Update version.

This commit is contained in:
James Cole
2019-07-16 19:22:45 +02:00
parent f795cb07e1
commit a9f34e9dd1
5 changed files with 18 additions and 6 deletions

View File

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