diff --git a/config/sentry.php b/config/sentry.php index 89345d082..bef8d46c8 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.248', + 'release' => '4.0.0-beta.249', // 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 642ee812d..cabb9ad06 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@ @forelse($executions as $execution)
data_get($execution, 'status') === 'success', 'border-red-500' => data_get($execution, 'status') === 'failed', ])> @@ -23,7 +23,7 @@ class="relative flex flex-col p-4 border-dotted border-1 bg-coolgray-100" @class
@if (data_get($execution, 'status') === 'success') - Download @endif diff --git a/versions.json b/versions.json index 80acebb25..a88c686c8 100644 --- a/versions.json +++ b/versions.json @@ -1,7 +1,7 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.248" + "version": "4.0.0-beta.249" } } }