From e0748ee24081f5d7c35f4b0dfa956f166b1da916 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 4 Sep 2024 10:09:14 +0200 Subject: [PATCH] chore: Update Coolify version to 4.0.0-beta.327 --- config/sentry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sentry.php b/config/sentry.php index 54e39e887..a1505137e 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -7,7 +7,7 @@ // 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.326', + 'release' => '4.0.0-beta.327', // When left empty or `null` the Laravel environment will be used 'environment' => config('app.env'),