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:
authormattab <matthieu.aubry@gmail.com>2016-10-04 01:13:25 +0300
committermattab <matthieu.aubry@gmail.com>2016-10-04 01:13:25 +0300
commita19c817f72e62f5f1e54b037833183f259bc5fc8 (patch)
tree48aaa393d82f6faa7cd1a566a0788f3051e055ec
parent7de4dd049fe4c652df0930ec2e789e43a117c5ef (diff)
2.16.4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 379e768b88..f68077cc25 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.16.3';
+ const VERSION = '2.16.4';
public function isStableVersion($version)
{