fix: update helper_version to 1.0.12 in constants configuration
This commit is contained in:
parent
bcd225bd22
commit
2768805996
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
return [
|
return [
|
||||||
'coolify' => [
|
'coolify' => [
|
||||||
'version' => '4.0.0-beta.442',
|
'version' => '4.0.0-beta.442',
|
||||||
'helper_version' => '1.0.11',
|
'helper_version' => '1.0.12',
|
||||||
'realtime_version' => '1.0.10',
|
'realtime_version' => '1.0.10',
|
||||||
'self_hosted' => env('SELF_HOSTED', true),
|
'self_hosted' => env('SELF_HOSTED', true),
|
||||||
'autoupdate' => env('AUTOUPDATE'),
|
'autoupdate' => env('AUTOUPDATE'),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue