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 01:55:32 +0300
committerGitHub <noreply@github.com>2019-01-08 01:55:32 +0300
commit91fb644b107c3ada38830e3a58f2183be75f8114 (patch)
treef9b0ecc159c63d44730061e6874ff4a365dd0f57
parent5596f77cf7fef8664ab9fe476f5b2f61a435faf0 (diff)
2.18.0-rc12.18.0-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 a8fc2ab060..344392688c 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';
+ const VERSION = '2.18.0-rc1';
public function isStableVersion($version)
{