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 07:12:52 +0300
committermattab <matthieu.aubry@gmail.com>2016-07-21 07:12:52 +0300
commit37ec04306543d76ea3cad87b969aaf405cd9ff71 (patch)
tree3c73851be348793c75bd95592c26292352279f55
parentfe448b1b8c631b2ce883f8d1fe1daf15e96aad32 (diff)
2.16.2-b52.16.2-b5
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 83ba737ab3..892afab6cf 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-b4';
+ const VERSION = '2.16.2-b5';
public function isStableVersion($version)
{