From 3864498a2e52d906851f7e961a59aa262e27bb87 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Tue, 8 Jan 2019 12:21:36 +1300 Subject: [PATCH] 2.18.0 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 344392688cd..ed20020eeb1 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) {