From 2721f4dcc5a595d9486b687956887a80b3a7ab11 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <matt@piwik.org> Date: Sat, 21 Feb 2015 10:32:34 +1300 Subject: [PATCH] 2.11.1-b3 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index c4d41223d8..62c0fef6f7 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-b2'; + const VERSION = '2.11.1-b3'; public function isStableVersion($version) { -- GitLab