From a06b23debaa3c7dd15d406370e80ea97ac15ecd3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 24 Jan 2020 05:22:15 +0100 Subject: [PATCH] New version. --- config/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/firefly.php b/config/firefly.php index 62373b6900..1cddd22f0e 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -136,7 +136,7 @@ return [ 'export' => true, ], 'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'), - 'version' => '5.0.0', + 'version' => '5.0.1', 'api_version' => '1.0.0', 'db_version' => 12, 'maxUploadSize' => 15242880,