From d96661e2bd8e54c1ef022cc88e95d133d3f6c615 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Wed, 7 Dec 2016 01:16:47 +1300 Subject: [PATCH] 3.0.0-rc1 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index d7a1318045..ab4135b6b7 100644 --- a/core/Version.php +++ b/core/Version.php @@ -20,7 +20,7 @@ final class Version * The current Piwik version. * @var string */ - const VERSION = '3.0.0-b5'; + const VERSION = '3.0.0-rc1'; public function isStableVersion($version) { -- GitLab