diff --git a/VERSION.txt b/VERSION.txt index ea9b7a6720..cb214f98a3 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.11.70 \ No newline at end of file +5.11.71 \ No newline at end of file diff --git a/composer.lock b/composer.lock index 8a901231a6..7cd53db4c7 100644 --- a/composer.lock +++ b/composer.lock @@ -5169,16 +5169,16 @@ }, { "name": "laravel/framework", - "version": "v11.44.2", + "version": "v11.44.4", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "f85216c82cbd38b66d67ebd20ea762cb3751a4b4" + "reference": "6b29bb79b18474ea5265b7022ba7b0f76eebeb4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/f85216c82cbd38b66d67ebd20ea762cb3751a4b4", - "reference": "f85216c82cbd38b66d67ebd20ea762cb3751a4b4", + "url": "https://api.github.com/repos/laravel/framework/zipball/6b29bb79b18474ea5265b7022ba7b0f76eebeb4f", + "reference": "6b29bb79b18474ea5265b7022ba7b0f76eebeb4f", "shasum": "" }, "require": { @@ -5380,7 +5380,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-03-12T14:34:30+00:00" + "time": "2025-04-23T23:35:40+00:00" }, { "name": "laravel/octane", diff --git a/config/ninja.php b/config/ninja.php index 0d70f42c36..196d0b2b64 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.11.70'), - 'app_tag' => env('APP_TAG', '5.11.70'), + 'app_version' => env('APP_VERSION', '5.11.71'), + 'app_tag' => env('APP_TAG', '5.11.71'), 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', false),