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
path: root/core
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-10-09 05:52:58 +0300
committerGitHub <noreply@github.com>2017-10-09 05:52:58 +0300
commit963f8db3d96ec54c5c1de95f74204e734a098195 (patch)
tree6bfa3432ce0f45f651a38a0976b871c223bf5972 /core
parent0ca7f6790c2da1fd176e34781b1e36058bb26040 (diff)
3.2.0-rc1
Diffstat (limited to 'core')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index d8d94c76ba..0eb6ec5f0f 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-b4';
+ const VERSION = '3.2.0-rc1';
public function isStableVersion($version)
{