From da6c7ed7d5c3b9e3d0ad053664e89a8bee9cd9e9 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Thu, 2 Oct 2025 08:49:35 +0200 Subject: [PATCH] chore(versions): bump Coolify stable version to 4.0.0-beta.434 - Updated the stable version number in constants.php to reflect the latest release. - Ensured consistency with the previous versioning scheme. --- config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/constants.php b/config/constants.php index 749d6435b..ddda70d19 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => '4.0.0-beta.433', + 'version' => '4.0.0-beta.434', 'helper_version' => '1.0.11', 'realtime_version' => '1.0.10', 'self_hosted' => env('SELF_HOSTED', true),