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
path: root/core
diff options
context:
space:
mode:
authorMatthieu Aubry <matt@piwik.org>2016-04-19 03:17:04 +0300
committerMatthieu Aubry <matt@piwik.org>2016-04-19 03:17:04 +0300
commit615d87477048bee3df0d2d1ef5bbbd79bf4b76f3 (patch)
tree658ade61ddb439a25f83b923f0b992dedca11a88 /core
parentb2a14a8000a1f608e0a49b91396f6d4a3e4feaaf (diff)
2.16.2-b1
Diffstat (limited to 'core')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 2ea21ee1a5..d50e7a0e74 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';
+ const VERSION = '2.16.2-b1';
public function isStableVersion($version)
{