From 3bcef578de97657f8966b24c6854a03e125fe4c0 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Thu, 13 Aug 2026 14:59:04 +0200 Subject: [PATCH] chore(release): bump Coolify version metadata Set the default and nightly versions to 4.3.3 and stable v4 to 4.3.2. --- config/constants.php | 2 +- other/nightly/versions.json | 4 ++-- versions.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/constants.php b/config/constants.php index e2d96d0d5..8496f527c 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => env('COOLIFY_VERSION') ?: '4.3.2', + 'version' => env('COOLIFY_VERSION') ?: '4.3.3', 'helper_version' => '1.0.14', 'realtime_version' => '1.0.17', 'railpack_version' => '0.23.0', diff --git a/other/nightly/versions.json b/other/nightly/versions.json index 8d85a58df..e793b665c 100644 --- a/other/nightly/versions.json +++ b/other/nightly/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.3.1" + "version": "4.3.2" }, "nightly": { - "version": "4.3.1" + "version": "4.3.3" }, "helper": { "version": "1.0.14" diff --git a/versions.json b/versions.json index 8d85a58df..e793b665c 100644 --- a/versions.json +++ b/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.3.1" + "version": "4.3.2" }, "nightly": { - "version": "4.3.1" + "version": "4.3.3" }, "helper": { "version": "1.0.14"