From 5a0be7d2ad17ebf4054ed74a831b02786456ba97 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 24 Jun 2017 13:05:12 +0200 Subject: [PATCH] Push new version number. --- config/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/firefly.php b/config/firefly.php index d27ccc0773..728a671fa0 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -23,7 +23,7 @@ return [ 'is_demo_site' => false, ], 'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true), - 'version' => '4.5.0', + 'version' => '4.6.0', 'maxUploadSize' => 15242880, 'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'], 'list_length' => 10,