From 023a914aa7f3c603f5cc61301b44d502627110cb Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <mattab@users.noreply.github.com> Date: Thu, 12 Oct 2017 15:51:04 +1300 Subject: [PATCH] 3.2.0 release! --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 5ceaebbbde..d19a150db9 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.2.0-rc2'; + const VERSION = '3.2.0'; public function isStableVersion($version) { -- GitLab