chore(versions): bump Coolify stable version to 4.0.0-beta.434

- Updated the stable version number in constants.php to reflect the latest release.
- Ensured consistency with the previous versioning scheme.
This commit is contained in:
Andras Bacsai
2025-10-02 08:49:35 +02:00
parent 74ad6d2d81
commit da6c7ed7d5

View File

@@ -2,7 +2,7 @@
return [ return [
'coolify' => [ 'coolify' => [
'version' => '4.0.0-beta.433', 'version' => '4.0.0-beta.434',
'helper_version' => '1.0.11', 'helper_version' => '1.0.11',
'realtime_version' => '1.0.10', 'realtime_version' => '1.0.10',
'self_hosted' => env('SELF_HOSTED', true), 'self_hosted' => env('SELF_HOSTED', true),