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 [
'coolify' => [
'version' => '4.0.0-beta.427',
'version' => '4.0.0-beta.428',
'helper_version' => '1.0.10',
'realtime_version' => '1.0.11',
'realtime_version' => '1.0.10',
'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),