chore(release): bump Coolify version to 4.3.17

This commit is contained in:
Andras Bacsai 2026-09-03 21:51:53 +02:00
parent 986ece457d
commit d0b77b2637
4 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
return [
'coolify' => [
'version' => env('COOLIFY_VERSION') ?: '4.3.16',
'version' => env('COOLIFY_VERSION') ?: '4.3.17',
'helper_version' => '1.0.16',
'realtime_version' => '1.0.18',
'railpack_version' => '0.23.0',

View file

@ -1,7 +1,7 @@
{
"coolify": {
"v4": {
"version": "4.3.16"
"version": "4.3.17"
},
"nightly": {
"version": "4.4-rc.1"

View file

@ -23,8 +23,8 @@
->toContain('ARG COOLIFY_VERSION')
->toContain('ENV COOLIFY_VERSION=${COOLIFY_VERSION}')
->and($constants)
->toContain("'version' => env('COOLIFY_VERSION') ?: '4.3.16'")
->and($versions['coolify']['v4']['version'])->toBe('4.3.16')
->toContain("'version' => env('COOLIFY_VERSION') ?: '4.3.17'")
->and($versions['coolify']['v4']['version'])->toBe('4.3.17')
->and($versions['coolify']['nightly']['version'])->toBe('4.4-rc.1')
->and($nightlyVersions)->toBe($versions);
});

View file

@ -1,7 +1,7 @@
{
"coolify": {
"v4": {
"version": "4.3.16"
"version": "4.3.17"
},
"nightly": {
"version": "4.4-rc.1"