From 06a581adbc5324da39d347cb5661761565129298 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <mattab@users.noreply.github.com> Date: Thu, 5 Oct 2017 09:31:56 +1300 Subject: [PATCH] 3.2.0-b3 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 47cae46213..61be31eb6c 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.2-b2'; + const VERSION = '3.2.0-b3'; public function isStableVersion($version) { -- GitLab