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 04:40:07 +0300
committerGitHub <noreply@github.com>2017-10-12 04:40:07 +0300
commit3d9078f41f05383050291ecba01e0e7e44cd0ff7 (patch)
tree896b542ab3a3e5ccb2812b4796180f7dbf90b5eb
parent124f6dc441e1431d3a13c62c457f094fe05e2bbf (diff)
3.2.0-rc23.2.0-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 0eb6ec5f0f..5ceaebbbde 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-rc1';
+ const VERSION = '3.2.0-rc2';
public function isStableVersion($version)
{