version++

This commit is contained in:
Andras Bacsai
2024-12-07 14:26:40 +01:00
parent 227bd0ace8
commit 3d2e0ff9e6
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.375"
"version": "4.0.0-beta.376"
},
"nightly": {
"version": "4.0.0-beta.376"
"version": "4.0.0-beta.377"
},
"helper": {
"version": "1.0.4"
@@ -16,4 +16,4 @@
"version": "0.0.15"
}
}
}
}