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>2016-11-14 05:35:30 +0300
committerGitHub <noreply@github.com>2016-11-14 05:35:30 +0300
commit6d05c73409d4ce3733112e81c4835fbdb0f7340a (patch)
treeb9b4e0fb83bbffbbdcfdb670c955f25cdf1053a8
parent76ceedd1cc47acaeb52053db7edd4c0c5e829d9e (diff)
2.17.1-rc12.17.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 2743cb3262..82347b28fb 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.17.0';
+ const VERSION = '2.17.1-rc1';
public function isStableVersion($version)
{