From ac7922ca44f86d7b4a09e30ed0ba5085a4d5558a Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Thu, 27 Mar 2025 10:48:30 +0100 Subject: [PATCH] refactor(versions): update version numbers for coolify and nightly --- 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 6746f72b2..c3f177f67 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => '4.0.0-beta.400', + 'version' => '4.0.0-beta.401', 'helper_version' => '1.0.7', 'realtime_version' => '1.0.6', 'self_hosted' => env('SELF_HOSTED', true), diff --git a/other/nightly/versions.json b/other/nightly/versions.json index 1b46548ec..03c56756d 100644 --- a/other/nightly/versions.json +++ b/other/nightly/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.400" + "version": "4.0.0-beta.401" }, "nightly": { - "version": "4.0.0-beta.401" + "version": "4.0.0-beta.402" }, "helper": { "version": "1.0.7" diff --git a/versions.json b/versions.json index 1b46548ec..03c56756d 100644 --- a/versions.json +++ b/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.400" + "version": "4.0.0-beta.401" }, "nightly": { - "version": "4.0.0-beta.401" + "version": "4.0.0-beta.402" }, "helper": { "version": "1.0.7"