From ffe79e492482bcda8ce644236c929a3329001e9f Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <mattab@users.noreply.github.com> Date: Mon, 18 Sep 2017 13:03:16 +1200 Subject: [PATCH] 3.1.1-b2 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 8c2592d620..47f49725f4 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.1.1-b1'; + const VERSION = '3.1.1-b2'; public function isStableVersion($version) { -- GitLab