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-11-20 10:54:42 +0300
committerGitHub <noreply@github.com>2017-11-20 10:54:42 +0300
commit19d066e49212607afa10dc628fc3715ae27fc79d (patch)
treefe81fabaf3023494db6865f9dfcedebcc720a47d
parent7846b9a6c4b9ee8684860fb8d4052a80ecc2d970 (diff)
3.2.1-b13.2.1-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index d19a150db9..5871711a62 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';
+ const VERSION = '3.2.1-b1';
public function isStableVersion($version)
{