From d45e70dcacd7c0e4362e00dc73dbb4a1fc015cf4 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <matt@piwik.org> Date: Mon, 18 Jan 2016 15:32:04 +1300 Subject: [PATCH] 2.16.0-b3 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- GitLab