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-21 09:11:13 +0300
committerMatthieu Aubry <matt@piwik.org>2016-01-21 09:11:13 +0300
commit017d8a1e9f79e108392670c70faf9fddedd6943b (patch)
treeac613fe19929dd3afe8e6124be55d0fd9de25a8c
parentf0578ba13cb3d79ab5e7371d97047c47813afec3 (diff)
2.16.0-b62.16.0-b6
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 686027a4b3..c367f710ed 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-b5';
+ const VERSION = '2.16.0-b6';
public function isStableVersion($version)
{