From 2099d88f084baba39857bfc74a07f27862654112 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 26 Aug 2025 18:09:08 +0200 Subject: [PATCH] chore(core): update version --- config/constants.php | 2 +- other/nightly/versions.json | 8 ++++---- versions.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/constants.php b/config/constants.php index 77ea4ae20..242419386 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => '4.0.0-beta.420.8', + 'version' => 'v4.0.0-beta.420.9', 'helper_version' => '1.0.9', 'realtime_version' => '1.0.10', 'self_hosted' => env('SELF_HOSTED', true), diff --git a/other/nightly/versions.json b/other/nightly/versions.json index 8d362115e..47b13ff1f 100644 --- a/other/nightly/versions.json +++ b/other/nightly/versions.json @@ -1,16 +1,16 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.420.2" + "version": "4.0.0-beta.420.10" }, "nightly": { - "version": "4.0.0-beta.420.3" + "version": "4.0.0-beta.420.11" }, "helper": { - "version": "1.0.8" + "version": "1.0.9" }, "realtime": { - "version": "1.0.9" + "version": "1.0.10" }, "sentinel": { "version": "0.0.15" diff --git a/versions.json b/versions.json index 0f7991ddc..fdcee8251 100644 --- a/versions.json +++ b/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.420.8" + "version": "4.0.0-beta.420.9" }, "nightly": { - "version": "4.0.0-beta.420.9" + "version": "4.0.0-beta.420.10" }, "helper": { "version": "1.0.9"