From ddb42399b05dcf919c73a9012076c85ae0411425 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Thu, 19 Feb 2015 15:11:59 +1300 Subject: [PATCH] 2.11.1-b2 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index b79fcd9d9c5..c4d41223d84 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.1-b1'; + const VERSION = '2.11.1-b2'; public function isStableVersion($version) {