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 <matt@piwik.org>2016-01-20 08:57:18 +0300
committerMatthieu Aubry <matt@piwik.org>2016-01-20 08:57:18 +0300
commitee4c5cd93c1e4c5187de19e4445d95acce3390b5 (patch)
tree05b5adfd866aaedce7d18d3b29ab7bf1a6f6b685
parent5b9e1e9374d37ca9cee9fac1a847763f6417e136 (diff)
2.16.0-b42.16.0-b4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 377e65c157..7b0c2a0eba 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.0-b3';
+ const VERSION = '2.16.0-b4';
public function isStableVersion($version)
{