From c637d2d90d277e8a9bcf211923681e2b15fd6965 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 28 Sep 2023 22:31:53 +0200 Subject: [PATCH] version++ --- app/Console/Commands/SyncBunny.php | 1 - config/sentry.php | 2 +- config/version.php | 2 +- versions.json | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/Console/Commands/SyncBunny.php b/app/Console/Commands/SyncBunny.php index a64da5a35..40bb96a83 100644 --- a/app/Console/Commands/SyncBunny.php +++ b/app/Console/Commands/SyncBunny.php @@ -56,7 +56,6 @@ class SyncBunny extends Command ]; $fileStream = fopen($file, "r"); $file = fread($fileStream, filesize($file)); - $that->info('Uploading: ' . $file); return PendingRequest::baseUrl('https://storage.bunnycdn.com')->withHeaders($headers)->withBody($file)->throw(); }); PendingRequest::macro('purge', function ($url) use ($that) { diff --git a/config/sentry.php b/config/sentry.php index 16e57890d..23e63e569 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.47', + 'release' => '4.0.0-beta.next', // 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 67a77dc1f..212099521 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@