diff --git a/config/constants.php b/config/constants.php index a8029f4ca..1e6395df8 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => env('COOLIFY_VERSION') ?: '4.3.5', + 'version' => env('COOLIFY_VERSION') ?: '4.3.6', 'helper_version' => '1.0.15', 'realtime_version' => '1.0.17', 'railpack_version' => '0.23.0', diff --git a/other/nightly/versions.json b/other/nightly/versions.json index 39a0498cf..e32d035c5 100644 --- a/other/nightly/versions.json +++ b/other/nightly/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.3.5" + "version": "4.3.6" }, "nightly": { - "version": "4.3.6" + "version": "4.3.7" }, "helper": { "version": "1.0.15" diff --git a/tests/Unit/ProductionImageWorkflowTest.php b/tests/Unit/ProductionImageWorkflowTest.php index 07e7041aa..c7d1229d2 100644 --- a/tests/Unit/ProductionImageWorkflowTest.php +++ b/tests/Unit/ProductionImageWorkflowTest.php @@ -23,9 +23,9 @@ it('publishes v4 branch builds under the commit sha with a traceable internal ve ->toContain('ARG COOLIFY_VERSION') ->toContain('ENV COOLIFY_VERSION=${COOLIFY_VERSION}') ->and($constants) - ->toContain("'version' => env('COOLIFY_VERSION') ?: '4.3.5'") - ->and($versions['coolify']['v4']['version'])->toBe('4.3.5') - ->and($versions['coolify']['nightly']['version'])->toBe('4.3.6') + ->toContain("'version' => env('COOLIFY_VERSION') ?: '4.3.6'") + ->and($versions['coolify']['v4']['version'])->toBe('4.3.6') + ->and($versions['coolify']['nightly']['version'])->toBe('4.3.7') ->and($nightlyVersions)->toBe($versions); }); diff --git a/versions.json b/versions.json index 39a0498cf..e32d035c5 100644 --- a/versions.json +++ b/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.3.5" + "version": "4.3.6" }, "nightly": { - "version": "4.3.6" + "version": "4.3.7" }, "helper": { "version": "1.0.15"