From 0ab59e3ccd2442dd2fc0a347540d99fe062406e3 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Wed, 18 Jun 2025 12:03:20 +0200 Subject: [PATCH] chore(version): update coolify version to 4.0.0-beta.420 and nightly version to 4.0.0-beta.421 --- config/constants.php | 2 +- other/nightly/versions.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/constants.php b/config/constants.php index 226b7963b..78d77d78e 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => '4.0.0-beta.419', + 'version' => '4.0.0-beta.420', 'helper_version' => '1.0.8', 'realtime_version' => '1.0.9', 'self_hosted' => env('SELF_HOSTED', true), diff --git a/other/nightly/versions.json b/other/nightly/versions.json index eda548570..9fde1e53b 100644 --- a/other/nightly/versions.json +++ b/other/nightly/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.419" + "version": "4.0.0-beta.420" }, "nightly": { - "version": "4.0.0-beta.420" + "version": "4.0.0-beta.421" }, "helper": { "version": "1.0.8"