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>2020-07-01 06:32:36 +0300
committerGitHub <noreply@github.com>2020-07-01 06:32:36 +0300
commit5306bb701106774b05bd8d4399ffc4bc38ba59f9 (patch)
tree3e3e6787523a86b709eefb35c6fa3250236d2165
parentce90503af76efa911564bdc82e1416a0867132c0 (diff)
2.18.12.18.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 ce19cf8371..f61b0fc612 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.1-b1';
+ const VERSION = '2.18.1';
public function isStableVersion($version)
{