version++

This commit is contained in:
Andras Bacsai
2024-11-20 17:57:10 +01:00
parent 6bfc85790f
commit 0409e87a87
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1,3 +1,3 @@
<?php
return '4.0.0-beta.370';
return '4.0.0-beta.371';

View File

@@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.370"
"version": "4.0.0-beta.371"
},
"nightly": {
"version": "4.0.0-beta.371"
"version": "4.0.0-beta.372"
},
"helper": {
"version": "1.0.4"
@@ -16,4 +16,4 @@
"version": "0.0.15"
}
}
}
}