From 8e5e36dd5bce5fbedcd1f20c309bf9a547ee0f5b Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 8 Nov 2023 12:54:13 +0100 Subject: [PATCH] Update version numbers to 4.0.0-beta.116 and change docs link --- config/sentry.php | 2 +- config/version.php | 2 +- .../views/livewire/project/application/general.blade.php | 9 +++++---- versions.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/config/sentry.php b/config/sentry.php index b499fe319..833a0deca 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -7,7 +7,7 @@ return [ // The release version of your application // Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD')) - 'release' => '4.0.0-beta.115', + 'release' => '4.0.0-beta.116', // When left empty or `null` the Laravel environment will be used 'environment' => config('app.env'), diff --git a/config/version.php b/config/version.php index 4c86b6ee4..7cbe50d82 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@ Build @if ($application->could_set_build_commands()) @if ($application->build_pack === 'nixpacks') -
Nixpacks will detect your package manager/configurations: Nixpacks documentation
-
You probably do not need to modify the commands below.
+
Nixpacks will detect the required configuration automatically. + Framework Specific Docs +
@@ -72,7 +72,8 @@ - + @endif @if ($application->could_set_build_commands()) @if ($application->settings->is_static) diff --git a/versions.json b/versions.json index aeca3f8a1..7923441d3 100644 --- a/versions.json +++ b/versions.json @@ -4,7 +4,7 @@ "version": "3.12.36" }, "v4": { - "version": "4.0.0-beta.115" + "version": "4.0.0-beta.116" } } }