chore(versions): update coolify versions to v4.0.0-beta.389 and add helper version retrieval script

This commit is contained in:
Andras Bacsai
2025-01-22 14:01:05 +01:00
parent 168618f131
commit 6a03bb369e
5 changed files with 16 additions and 5 deletions

View File

@@ -2,7 +2,8 @@
return [
'coolify' => [
'version' => '4.0.0-beta.387',
'version' => '4.0.0-beta.388',
'helper_version' => '1.0.5',
'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),