From b273af341c7ad316ae4ff3ef7accf0ea09d8d6fc Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 12 Feb 2019 21:01:19 +0100 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 0332c36569..a76551bc5d 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -93,7 +93,7 @@ return [ 'is_demo_site' => false, ], 'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true, - 'version' => '4.7.11', + 'version' => '4.7.12', 'api_version' => '0.9.2', 'db_version' => 8, 'maxUploadSize' => 15242880,