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 06:03:53 +0300
committerGitHub <noreply@github.com>2016-11-14 06:03:53 +0300
commit2737da975e720d64f281636eb9c5d3deb52fee82 (patch)
treea4e82cff591d28301f50684f8e7560eb789b153e
parent6d05c73409d4ce3733112e81c4835fbdb0f7340a (diff)
2.17.12.17.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 82347b28fb..a8fc2ab060 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.1-rc1';
+ const VERSION = '2.17.1';
public function isStableVersion($version)
{