From f6bc016f22235ef433dc3ca192b68c05dd1a9993 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 6 Sep 2025 15:27:55 +1000 Subject: [PATCH] v5.12.27 --- VERSION.txt | 2 +- config/ninja.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 7620216932..f5ac77f2d0 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.12.26 \ No newline at end of file +5.12.27 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index 282acdac63..4c0508de02 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -17,7 +17,7 @@ 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.12.26'), + 'app_version' => env('APP_VERSION', '5.12.27'), 'app_tag' => env('APP_TAG', '5.12.26'), 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1',