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>2019-01-08 02:21:36 +0300
committerGitHub <noreply@github.com>2019-01-08 02:21:36 +0300
commit3864498a2e52d906851f7e961a59aa262e27bb87 (patch)
tree8354baed84d1671f45a162bc4875e5dfba5a4da6
parent91fb644b107c3ada38830e3a58f2183be75f8114 (diff)
2.18.02.18.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 344392688c..ed20020eeb 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.18.0-rc1';
+ const VERSION = '2.18.0';
public function isStableVersion($version)
{