chore(versions): update coolify version to 4.0.0-beta.420.8 and nightly version to 4.0.0-beta.420.9 in versions.json and constants.php

This commit is contained in:
Andras Bacsai
2025-08-26 16:19:46 +02:00
parent 03f203a266
commit c1e0548a78
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
return [ return [
'coolify' => [ 'coolify' => [
'version' => '4.0.0-beta.420.7', 'version' => '4.0.0-beta.420.8',
'helper_version' => '1.0.9', 'helper_version' => '1.0.9',
'realtime_version' => '1.0.10', 'realtime_version' => '1.0.10',
'self_hosted' => env('SELF_HOSTED', true), 'self_hosted' => env('SELF_HOSTED', true),

View File

@@ -1,10 +1,10 @@
{ {
"coolify": { "coolify": {
"v4": { "v4": {
"version": "4.0.0-beta.420.7" "version": "4.0.0-beta.420.8"
}, },
"nightly": { "nightly": {
"version": "4.0.0-beta.420.8" "version": "4.0.0-beta.420.9"
}, },
"helper": { "helper": {
"version": "1.0.9" "version": "1.0.9"