Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-10-12 05:51:04 +0300
committerGitHub <noreply@github.com>2017-10-12 05:51:04 +0300
commit023a914aa7f3c603f5cc61301b44d502627110cb (patch)
tree8afccd64e066685fd6a81d6f3502f73dcaf3f4fb
parent3d9078f41f05383050291ecba01e0e7e44cd0ff7 (diff)
3.2.0 release!3.2.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
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)
{