From 997e58455d81741861a3ece414d2892d08aeae7d Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 5 Apr 2024 19:14:52 +1100 Subject: [PATCH] v5.8.44 --- VERSION.txt | 2 +- config/ninja.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 2bbb7ab8e62f..36401c134be3 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.8.43 \ No newline at end of file +5.8.44 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index 0b2b054b41c8..2272ae69c105 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -17,8 +17,8 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'), - 'app_version' => env('APP_VERSION', '5.8.43'), - 'app_tag' => env('APP_TAG', '5.8.43'), + 'app_version' => env('APP_VERSION', '5.8.44'), + 'app_tag' => env('APP_TAG', '5.8.44'), 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', false),