From f8dafa37d5a0710912b641743f16ccffc47cf72e Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <matt@piwik.org> Date: Fri, 27 Mar 2015 11:23:20 +1300 Subject: [PATCH] 2.12.1-rc1 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 2414a43ea9..f96b38f70b 100644 --- a/core/Version.php +++ b/core/Version.php @@ -20,7 +20,7 @@ final class Version * The current Piwik version. * @var string */ - const VERSION = '2.12.1-b1'; + const VERSION = '2.12.1-rc1'; public function isStableVersion($version) { -- GitLab