From 615d87477048bee3df0d2d1ef5bbbd79bf4b76f3 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <matt@piwik.org> Date: Tue, 19 Apr 2016 12:17:04 +1200 Subject: [PATCH] 2.16.2-b1 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 2ea21ee1a5..d50e7a0e74 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.1'; + const VERSION = '2.16.2-b1'; public function isStableVersion($version) { -- GitLab