fix: update helper_version to 1.0.12 in constants configuration

This commit is contained in:
Andras Bacsai 2025-11-06 14:33:42 +01:00
parent bcd225bd22
commit 2768805996

View file

@ -3,7 +3,7 @@
return [
'coolify' => [
'version' => '4.0.0-beta.442',
'helper_version' => '1.0.11',
'helper_version' => '1.0.12',
'realtime_version' => '1.0.10',
'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE'),