chore(version): bump coolify, realtime, and sentinel versions

This commit is contained in:
Andras Bacsai 2026-03-10 20:40:49 +01:00
parent 5c5f67f48b
commit 1d3dfe4dc8
2 changed files with 7 additions and 7 deletions

View file

@ -2,9 +2,9 @@
return [ return [
'coolify' => [ 'coolify' => [
'version' => '4.0.0-beta.464', 'version' => '4.0.0-beta.465',
'helper_version' => '1.0.12', 'helper_version' => '1.0.12',
'realtime_version' => '1.0.10', 'realtime_version' => '1.0.11',
'self_hosted' => env('SELF_HOSTED', true), 'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE'), 'autoupdate' => env('AUTOUPDATE'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'), 'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),

View file

@ -1,19 +1,19 @@
{ {
"coolify": { "coolify": {
"v4": { "v4": {
"version": "4.0.0-beta.464" "version": "4.0.0-beta.465"
}, },
"nightly": { "nightly": {
"version": "4.0.0-beta.465" "version": "4.0.0-beta.466"
}, },
"helper": { "helper": {
"version": "1.0.12" "version": "1.0.12"
}, },
"realtime": { "realtime": {
"version": "1.0.10" "version": "1.0.11"
}, },
"sentinel": { "sentinel": {
"version": "0.0.18" "version": "0.0.19"
} }
}, },
"traefik": { "traefik": {
@ -26,4 +26,4 @@
"v3.0": "3.0.4", "v3.0": "3.0.4",
"v2.11": "2.11.32" "v2.11": "2.11.32"
} }
} }