From c13d0da9fa66373180a2c581255fad45f770407e Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 3 Dec 2018 07:18:36 +0100 Subject: [PATCH] Mark new version --- config/firefly.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/firefly.php b/config/firefly.php index 8e77d069f6..7cca068529 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -91,8 +91,8 @@ return [ 'is_demo_site' => false, ], 'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true, - 'version' => '4.7.8', - 'api_version' => '0.81', + 'version' => '4.7.9', + 'api_version' => '0.9.0', 'db_version' => 6, 'maxUploadSize' => 15242880, 'login_provider' => envNonEmpty('LOGIN_PROVIDER', 'eloquent'),