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-12-06 00:21:19 +0300
committerGitHub <noreply@github.com>2017-12-06 00:21:19 +0300
commite375ced813687f9f7438bbb0bda860eb60fea576 (patch)
tree272fa04dbfdfb0f1acf87169badf318c5d56ca5e
parentdab6415a6d29d2fef8ea9f4987a330a1314a00e5 (diff)
3.2.1 :rocket:3.2.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 9e4b749cdf..384b454148 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.1-rc1';
+ const VERSION = '3.2.1';
public function isStableVersion($version)
{