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"