From 6e78d4efa795f9a7824435236ba214b27cce693a Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 12 Aug 2019 17:11:05 +0200 Subject: [PATCH] Update version. --- config/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/firefly.php b/config/firefly.php index 4cb7cbab3a..4e791b27f3 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -125,7 +125,7 @@ return [ 'is_demo_site' => false, ], 'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true, - 'version' => '4.8.0', + 'version' => '4.8.0.1', 'api_version' => '0.10.0', 'db_version' => 11, 'maxUploadSize' => 15242880,