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-10-26 06:07:25 +0300
committerGitHub <noreply@github.com>2016-10-26 06:07:25 +0300
commit0f4e74bb293183b8f05bb522a024cf04bbaa0792 (patch)
tree9109a97c263f598d3d2aa28ae41e7f186a47e2d2
parentbd797324492785f8e5929c2431d9330c71ba87c4 (diff)
2.17.02.17.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 015dba98d5..2743cb3262 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-rc1';
+ const VERSION = '2.17.0';
public function isStableVersion($version)
{