From b455d153aef68ffb0bed0b16ab2d23d81935e39a Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 10 Jun 2024 11:56:39 +0200 Subject: [PATCH 1/2] Update version to 4.0.0-beta.296 --- config/sentry.php | 2 +- config/version.php | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/sentry.php b/config/sentry.php index 660b5e54f..db077ef8d 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.295', + 'release' => '4.0.0-beta.296', // 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 7778ab41b..fc0e7ee70 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@ Date: Mon, 10 Jun 2024 11:56:42 +0200 Subject: [PATCH 2/2] Refactor CheckLogDrainContainerJob handle method --- app/Jobs/CheckLogDrainContainerJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/CheckLogDrainContainerJob.php b/app/Jobs/CheckLogDrainContainerJob.php index 376a691cc..6e26e0023 100644 --- a/app/Jobs/CheckLogDrainContainerJob.php +++ b/app/Jobs/CheckLogDrainContainerJob.php @@ -40,7 +40,7 @@ public function healthcheck() return false; } } - public function handle(): void + public function handle() { // ray("checking log drain statuses for {$this->server->id}"); try {