version++

This commit is contained in:
Andras Bacsai
2024-11-15 17:09:20 +01:00
parent 0935d87607
commit e1ff98d628
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1,3 +1,3 @@
<?php <?php
return '4.0.0-beta.368'; return '4.0.0-beta.369';

View File

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