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-03-10 19:58:50 +0300
committerMatthieu Aubry <matt@piwik.org>2016-03-10 19:58:50 +0300
commit863ccf903704ed71182be4a0b2a3ddf745760cf6 (patch)
treea2022e5d55e930127a05fe83bdd36b76370799e1
parent396675f86f59599f17e5389b25eb3f7553019306 (diff)
2.16.1-b22.16.1-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 9e9036a0ac..c85b9d829f 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.1-b1';
+ const VERSION = '2.16.1-b2';
public function isStableVersion($version)
{