mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Merge 3287a3c7b0 into 6f90237251
This commit is contained in:
commit
24439e6aa9
2 changed files with 10 additions and 1 deletions
|
|
@ -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
8
version.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"coolify": {
|
||||
"v5": {
|
||||
"stable": "5.0.0",
|
||||
"preview": "5.0.0-alpha.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue