From 7409e57755d2e0f7e4a50b19ea5ff553451fbac9 Mon Sep 17 00:00:00 2001 From: Justin Velluppillai Date: Mon, 19 Sep 2022 08:35:13 +1200 Subject: Update Version to Matomo 4.12.0-rc1 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index ec30d71482..a8b9bcd7bb 100644 --- a/core/Version.php +++ b/core/Version.php @@ -21,7 +21,7 @@ final class Version * The current Matomo version. * @var string */ - const VERSION = '4.12.0-b3'; + const VERSION = '4.12.0-rc1'; const MAJOR_VERSION = 4; -- cgit v1.2.3