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-18 05:32:04 +0300
committerMatthieu Aubry <matt@piwik.org>2016-01-18 05:32:04 +0300
commitd45e70dcacd7c0e4362e00dc73dbb4a1fc015cf4 (patch)
tree2fe6d27db998b4b6202ec948bcecfd7c79ca5f79
parent88545ead13d41a82840174d6a0a93ed18d990a49 (diff)
2.16.0-b32.16.0-b3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index cb165537cd..377e65c157 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-b2';
+ const VERSION = '2.16.0-b3';
public function isStableVersion($version)
{