diff --git a/config/constants.php b/config/constants.php index 1479ae201..9dcac646c 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => '4.0.0-beta.415', + 'version' => '4.0.0-beta.416', 'helper_version' => '1.0.8', 'realtime_version' => '1.0.8', 'self_hosted' => env('SELF_HOSTED', true), diff --git a/other/nightly/versions.json b/other/nightly/versions.json index fc4d28de4..759bea95b 100644 --- a/other/nightly/versions.json +++ b/other/nightly/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.415" + "version": "4.0.0-beta.416" }, "nightly": { - "version": "4.0.0-beta.416" + "version": "4.0.0-beta.417" }, "helper": { "version": "1.0.8" diff --git a/resources/views/livewire/project/application/deployment/index.blade.php b/resources/views/livewire/project/application/deployment/index.blade.php index 4f83ff5ba..7d9064bc2 100644 --- a/resources/views/livewire/project/application/deployment/index.blade.php +++ b/resources/views/livewire/project/application/deployment/index.blade.php @@ -91,8 +91,7 @@
Commit: - {{ substr(data_get($deployment, 'commit'), 0, 7) }} @@ -117,8 +116,7 @@ @endif @if ($deployment->commitMessage()) - - {{ Str::before($deployment->commitMessage(), "\n") }} diff --git a/versions.json b/versions.json index fc4d28de4..759bea95b 100644 --- a/versions.json +++ b/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.415" + "version": "4.0.0-beta.416" }, "nightly": { - "version": "4.0.0-beta.416" + "version": "4.0.0-beta.417" }, "helper": { "version": "1.0.8"