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 08:18:43 +0300
committerMatthieu Aubry <matt@piwik.org>2016-01-21 08:18:43 +0300
commitb16d9a69acfb8cb8abeded965a8795d4e7bfddb5 (patch)
tree21d6d1d8e999bb52b93ed744d9fe3ab42460983d
parenteca442e8373f6f22d0270ea8d71103ae1f06fbe0 (diff)
2.16.0-b52.16.0-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 7b0c2a0eba..686027a4b3 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-b4';
+ const VERSION = '2.16.0-b5';
public function isStableVersion($version)
{