This commit is contained in:
🏔️ Peak 2026-03-04 21:32:17 +01:00 committed by GitHub
commit 24439e6aa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View file

@ -3,7 +3,8 @@
declare(strict_types=1);
return [
'version' => '5.0.0-alpha.1',
'version' => env('COOLIFY_VERSION', '5.0.0-alpha.1'),
'channel' => env('COOLIFY_CHANNEL', 'stable'),
'helper_version' => '2.0.0',
'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE_ENABLED', false),

8
version.json Normal file
View file

@ -0,0 +1,8 @@
{
"coolify": {
"v5": {
"stable": "5.0.0",
"preview": "5.0.0-alpha.1"
}
}
}