From b60b66faf588d2eac10ff79fb7ca5011e299c52d Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <matt@piwik.org> Date: Wed, 4 Mar 2015 12:19:45 +1300 Subject: [PATCH] 2.11.2-rc1 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 282b299454..ec35e5562e 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.11.2-b3'; + const VERSION = '2.11.2-rc1'; public function isStableVersion($version) { -- GitLab