chore(versions): update Coolify version numbers to 4.0.0-beta.435 and 4.0.0-beta.436

- Incremented the stable version in constants.php and versions.json to 4.0.0-beta.435.
- Updated the nightly version in versions.json and other/nightly/versions.json to 4.0.0-beta.436.
- Ensured consistency across versioning files for the latest release.
This commit is contained in:
Andras Bacsai 2025-10-03 10:16:08 +02:00
parent 4b0f65c926
commit 50383c7a35
3 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
return [ return [
'coolify' => [ 'coolify' => [
'version' => '4.0.0-beta.434', 'version' => '4.0.0-beta.435',
'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),

View file

@ -1,10 +1,10 @@
{ {
"coolify": { "coolify": {
"v4": { "v4": {
"version": "4.0.0-beta.433" "version": "4.0.0-beta.435"
}, },
"nightly": { "nightly": {
"version": "4.0.0-beta.434" "version": "4.0.0-beta.436"
}, },
"helper": { "helper": {
"version": "1.0.11" "version": "1.0.11"

View file

@ -1,10 +1,10 @@
{ {
"coolify": { "coolify": {
"v4": { "v4": {
"version": "4.0.0-beta.434" "version": "4.0.0-beta.435"
}, },
"nightly": { "nightly": {
"version": "4.0.0-beta.435" "version": "4.0.0-beta.436"
}, },
"helper": { "helper": {
"version": "1.0.11" "version": "1.0.11"