From c048c1ca09cc5489a8f49e9bab4703244f3d4132 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 18 Jul 2025 18:50:48 +0200 Subject: [PATCH] chore(version): bump Coolify version to 4.0.0-beta.420.6 --- config/constants.php | 2 +- versions.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/constants.php b/config/constants.php index dde69362b..ae984aa18 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => '4.0.0-beta.420.5', + 'version' => '4.0.0-beta.420.6', 'helper_version' => '1.0.8', 'realtime_version' => '1.0.9', 'self_hosted' => env('SELF_HOSTED', true), diff --git a/versions.json b/versions.json index 8a962b51d..7b12bd23e 100644 --- a/versions.json +++ b/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.420.5" + "version": "4.0.0-beta.420.6" }, "nightly": { - "version": "4.0.0-beta.420.6" + "version": "4.0.0-beta.420.7" }, "helper": { "version": "1.0.8"