From ecdefab086c6473ee459473f01a4ca615410bd4c Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 22 Dec 2019 07:51:29 +0100 Subject: [PATCH] Update to version 5.0.0 --- config/firefly.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/firefly.php b/config/firefly.php index 5ffcb26960..d85572f79c 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -133,8 +133,8 @@ return [ 'is_demo_site' => false, ], 'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true, - 'version' => '4.8.3-alpha.1', - 'api_version' => '0.10.5', + 'version' => '5.0.0-alpha.1', + 'api_version' => '1.0.0', 'db_version' => 11, 'maxUploadSize' => 15242880, 'send_error_message' => env('SEND_ERROR_MESSAGE', true),