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-04 03:12:12 +0300
committerGitHub <noreply@github.com>2017-12-04 03:12:12 +0300
commitaf754ff59737e8fcb9d774909c36813978bb69e4 (patch)
treecd76802c7588758ffedad3209111ebc28253c77a
parentf85ec8f81d291da0f0785a95c70064f6723041c4 (diff)
3.2.1-rc13.2.1-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f40defc3a2..9e4b749cdf 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-b3';
+ const VERSION = '3.2.1-rc1';
public function isStableVersion($version)
{