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:
authormattab <matthieu.aubry@gmail.com>2016-07-21 08:04:19 +0300
committermattab <matthieu.aubry@gmail.com>2016-07-21 08:04:19 +0300
commite5b8e0973b76cf63fd9ad53d6b0095135dc439c8 (patch)
treeed279e62e9b995027d73b448c06ea2a1943a39bd
parente1a2be31270e484b3b60b61c1a7400e29aa3a0e9 (diff)
2.16.2-b62.16.2-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 892afab6cf..b5fc1c1569 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.2-b5';
+ const VERSION = '2.16.2-b6';
public function isStableVersion($version)
{