From 511b8f8074277bef994656b9208f6eef1420374a Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 21 Jul 2021 08:17:27 +1000 Subject: [PATCH] v5.2.14 --- config/ninja.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ninja.php b/config/ninja.php index fd2b53b62f77..878174e2f07a 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -14,8 +14,8 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'), - 'app_version' => '5.2.13', - 'app_tag' => '5.2.13', + 'app_version' => '5.2.14', + 'app_tag' => '5.2.14', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''),