From 6b54432f9cb605b74a7aca8f8c391f14c5963b37 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 26 Aug 2025 18:44:09 +0200 Subject: [PATCH] chore(core): update version --- config/constants.php | 4 ++-- other/nightly/versions.json | 2 +- versions.json | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/constants.php b/config/constants.php index 18f7a704e..40e749086 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,8 +2,8 @@ return [ 'coolify' => [ - 'version' => '4.0.0-beta.420.9', - 'helper_version' => '1.0.9', + 'version' => '4.0.0-beta.420.10', + 'helper_version' => '1.0.10', 'realtime_version' => '1.0.10', 'self_hosted' => env('SELF_HOSTED', true), 'autoupdate' => env('AUTOUPDATE'), diff --git a/other/nightly/versions.json b/other/nightly/versions.json index 47b13ff1f..1fe1859cc 100644 --- a/other/nightly/versions.json +++ b/other/nightly/versions.json @@ -7,7 +7,7 @@ "version": "4.0.0-beta.420.11" }, "helper": { - "version": "1.0.9" + "version": "1.0.10" }, "realtime": { "version": "1.0.10" diff --git a/versions.json b/versions.json index fdcee8251..1fe1859cc 100644 --- a/versions.json +++ b/versions.json @@ -1,13 +1,13 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.420.9" - }, - "nightly": { "version": "4.0.0-beta.420.10" }, + "nightly": { + "version": "4.0.0-beta.420.11" + }, "helper": { - "version": "1.0.9" + "version": "1.0.10" }, "realtime": { "version": "1.0.10"