From f82cf55c4c69da9ca84492f381a7d5fb6f65c13f Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Fri, 19 Jul 2024 18:09:39 +0200 Subject: [PATCH] Update version --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 3641107d4f7..9925c5d1dd1 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-alpha'; + public const VERSION = '5.2.0-alpha.20240719161012'; public const MAJOR_VERSION = 5;