chore(versions): increment coolify version to 4.0.0-beta.428 and update realtime_version to 1.0.10

This commit is contained in:
Andras Bacsai
2025-09-15 15:40:24 +02:00
parent 3255f42385
commit e84da21def
2 changed files with 4 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
return [ return [
'coolify' => [ 'coolify' => [
'version' => '4.0.0-beta.427', 'version' => '4.0.0-beta.428',
'helper_version' => '1.0.10', 'helper_version' => '1.0.10',
'realtime_version' => '1.0.11', 'realtime_version' => '1.0.10',
'self_hosted' => env('SELF_HOSTED', true), 'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE'), 'autoupdate' => env('AUTOUPDATE'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'), 'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),

View File

@@ -1,10 +1,10 @@
{ {
"coolify": { "coolify": {
"v4": { "v4": {
"version": "4.0.0-beta.427" "version": "4.0.0-beta.428"
}, },
"nightly": { "nightly": {
"version": "4.0.0-beta.428" "version": "4.0.0-beta.429"
}, },
"helper": { "helper": {
"version": "1.0.10" "version": "1.0.10"