From e9e82e4e507a7869d9bf3b381c5e6fa0cf94150d Mon Sep 17 00:00:00 2001 From: jekkos Date: Tue, 11 Mar 2025 21:08:11 +0100 Subject: [PATCH] Set release version to 3.4 --- app/Config/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/App.php b/app/Config/App.php index abed4897e..f4b4a5dfa 100644 --- a/app/Config/App.php +++ b/app/Config/App.php @@ -12,7 +12,7 @@ class App extends BaseConfig * * @var string */ - public string $application_version = '3.4.0-dev'; + public string $application_version = '3.4.0'; /** * This is the commit hash for the version you are currently using.