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-02-14 15:04:35 +0300
committerMatthieu Aubry <matt@piwik.org>2016-02-14 15:04:35 +0300
commit63a410726a18bf7f10bcd0ef028c3862c9a83974 (patch)
tree9eb0f988b35487932e582ddfaa8ae6482692faec
parentcbd47fe95cf8c37fe2350c784afc2c0186efa62f (diff)
2.16.1-b12.16.1-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 7725230d97..9e9036a0ac 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';
+ const VERSION = '2.16.1-b1';
public function isStableVersion($version)
{