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