From 5fd8fec172f119396d8fc61f210b1bdd1c7fd1e6 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 18 Jul 2025 18:57:43 +0200 Subject: [PATCH] chore(versions): update all version --- config/constants.php | 6 +++--- versions.json | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/constants.php b/config/constants.php index ae984aa18..c7a36d311 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,9 +2,9 @@ return [ 'coolify' => [ - 'version' => '4.0.0-beta.420.6', - 'helper_version' => '1.0.8', - 'realtime_version' => '1.0.9', + 'version' => '4.0.0-beta.420.7', + 'helper_version' => '1.0.9', + 'realtime_version' => '1.0.10', 'self_hosted' => env('SELF_HOSTED', true), 'autoupdate' => env('AUTOUPDATE'), 'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'), diff --git a/versions.json b/versions.json index 7b12bd23e..03f9a97e2 100644 --- a/versions.json +++ b/versions.json @@ -1,16 +1,16 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.420.6" - }, - "nightly": { "version": "4.0.0-beta.420.7" }, + "nightly": { + "version": "4.0.0-beta.420.8" + }, "helper": { - "version": "1.0.8" + "version": "1.0.9" }, "realtime": { - "version": "1.0.9" + "version": "1.0.10" }, "sentinel": { "version": "0.0.15"