From 5f797ec0ae5efb04eee4108d1033452cd6f60403 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 31 Jan 2024 10:28:18 +0100 Subject: [PATCH] Update version and release numbers --- app/Jobs/ApplicationDeploymentJob.php | 1 - config/sentry.php | 2 +- config/version.php | 2 +- versions.json | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/Jobs/ApplicationDeploymentJob.php b/app/Jobs/ApplicationDeploymentJob.php index 457cc04ad..93dad8e8a 100644 --- a/app/Jobs/ApplicationDeploymentJob.php +++ b/app/Jobs/ApplicationDeploymentJob.php @@ -488,7 +488,6 @@ class ApplicationDeploymentJob implements ShouldQueue, ShouldBeEncrypted } else { $this->application_deployment_queue->addLogEntry("Starting pull request (#{$this->pull_request_id}) deployment of {$this->customRepository}:{$this->application->git_branch}."); } - ray('asddf'); $this->prepare_builder_image(); $this->check_git_if_build_needed(); $this->clone_repository(); diff --git a/config/sentry.php b/config/sentry.php index 050405d5e..cb35fa610 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.203', + 'release' => '4.0.0-beta.204', // 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 c1ca7dc2b..0cbf5f9b7 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@