version++ and fix private key saving

This commit is contained in:
Andras Bacsai
2024-11-15 21:22:11 +01:00
parent 3565996224
commit 0eab7f78ff
4 changed files with 8 additions and 9 deletions

View File

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