From 7fc2800d662cbe1cbacd1577a40ff01533d2a2cf Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 12 May 2021 18:38:13 +1000 Subject: [PATCH] v5.1.62 --- config/ninja.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ninja.php b/config/ninja.php index c50971c5344c..da450f69b7b7 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.1.61', - 'app_tag' => '5.1.61-release', + 'app_version' => '5.1.62', + 'app_tag' => '5.1.62-release', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''),