From c3a100730c71dcdee2d6fdd5c662567687907068 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Fri, 8 Aug 2025 14:02:15 +0200 Subject: [PATCH] fix(constants): update coolify version to 4.0.0-beta.420.7 --- config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/constants.php b/config/constants.php index d494a2824..c7a36d311 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => '4.0.0-beta.420.6', + 'version' => '4.0.0-beta.420.7', 'helper_version' => '1.0.9', 'realtime_version' => '1.0.10', 'self_hosted' => env('SELF_HOSTED', true),