From c8a8e5d9aea7d1bcb4904788b88ae4153ecb391a Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Fri, 7 May 2021 14:10:03 +1200 Subject: 4.3.0-rc1 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 26773d4c85..055c1f27a4 100644 --- a/core/Version.php +++ b/core/Version.php @@ -20,7 +20,7 @@ final class Version * The current Matomo version. * @var string */ - const VERSION = '4.3.0-b4'; + const VERSION = '4.3.0-rc1'; const MAJOR_VERSION = 4; public function isStableVersion($version) -- cgit v1.2.3