From 902d538e48606018fadc5882928fee4f3566be2e Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Thu, 16 May 2024 14:47:42 +0200 Subject: [PATCH] preview release --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index c45897080e8..e8ad6c768ad 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.1.0-b4'; + public const VERSION = '5.1.0-b4.20240516124730'; public const MAJOR_VERSION = 5;