From 09b1338b7e898393682c03e9c3e2f636930ebf58 Mon Sep 17 00:00:00 2001 From: Marc Neudert Date: Fri, 20 Dec 2024 14:25:06 +0100 Subject: [PATCH] Prepare 5.2.1 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index f9ef4308028..94c1cafaeba 100644 --- a/core/Version.php +++ b/core/Version.php @@ -22,7 +22,7 @@ final class Version * The current Matomo version. * @var string */ - public const VERSION = '5.2.0'; + public const VERSION = '5.2.1'; public const MAJOR_VERSION = 5;