From 6ad05d362529542a389614cf449d5d5ee686c1da Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 26 Aug 2025 18:20:41 +0200 Subject: [PATCH] Update constants.php --- config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/constants.php b/config/constants.php index 242419386..18f7a704e 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => 'v4.0.0-beta.420.9', + 'version' => '4.0.0-beta.420.9', 'helper_version' => '1.0.9', 'realtime_version' => '1.0.10', 'self_hosted' => env('SELF_HOSTED', true),