From 6fc5b01edc5189078ac4fc80848b33f5af3f9674 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Wed, 29 Oct 2025 20:38:48 +0100 Subject: [PATCH] chore: update version numbers to 4.0.0-beta.439 and 4.0.0-beta.440 --- 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 813594e61..503fe3808 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => '4.0.0-beta.438', + 'version' => '4.0.0-beta.439', 'helper_version' => '1.0.11', 'realtime_version' => '1.0.10', 'self_hosted' => env('SELF_HOSTED', true), diff --git a/versions.json b/versions.json index c7e173833..edf4a3700 100644 --- a/versions.json +++ b/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.438" + "version": "4.0.0-beta.439" }, "nightly": { - "version": "4.0.0-beta.439" + "version": "4.0.0-beta.440" }, "helper": { "version": "1.0.11"