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>2015-12-23 04:06:04 +0300
committerMatthieu Aubry <matt@piwik.org>2015-12-23 04:06:04 +0300
commit2677ef407254057a1ad5b35001090d6b599c5c05 (patch)
tree2ecc876ebc0289d70ec26525c3003ef516ef49a3
parentd5389f3e6699b12a924dcc72827d1eed46e33684 (diff)
2.16.0-b12.16.0-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 de0eb64ebd..82caf0b05f 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.15.1-b11';
+ const VERSION = '2.16.0-b1';
public function isStableVersion($version)
{