From 882cf1d73473715fe5665a0d266c9a859a646c54 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 15 Sep 2021 12:16:16 +1000 Subject: [PATCH] Version bump --- config/ninja.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ninja.php b/config/ninja.php index 1364c4d095ed..6efdd3ae38d2 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.3.10', - 'app_tag' => '5.3.10', + 'app_version' => '5.3.12', + 'app_tag' => '5.3.12', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''),