From d3b7ab49a299ffb449c21be3ff169aee88e8bd57 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Mon, 14 Oct 2024 17:34:16 +0200 Subject: [PATCH] Prepare next beta release (#22686) --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 0feb3dd330b..5a0b5f48420 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-b4'; + public const VERSION = '5.2.0-b5'; public const MAJOR_VERSION = 5;