From 48bc4dc4343be44ab61af9f21679fa625ea90174 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Thu, 8 May 2025 21:35:07 +0200 Subject: [PATCH] chore(versions): update coolify version to 4.0.0-beta.418 --- config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/constants.php b/config/constants.php index ec6f981ae..be20736c0 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => '4.0.0-beta.417', + 'version' => '4.0.0-beta.418', 'helper_version' => '1.0.8', 'realtime_version' => '1.0.8', 'self_hosted' => env('SELF_HOSTED', true),