From 131db1df2eba8ebdc705fa252f79e67a8268272f Mon Sep 17 00:00:00 2001 From: caddoo Date: Tue, 7 May 2024 12:29:08 +1200 Subject: [PATCH] Increase version to b2 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index ce56da763ab..d6e299bd77a 100644 --- a/core/Version.php +++ b/core/Version.php @@ -20,7 +20,7 @@ final class Version * The current Matomo version. * @var string */ - public const VERSION = '5.1.0-b1'; + public const VERSION = '5.1.0-b2'; public const MAJOR_VERSION = 5;