From c9df6bf6c4858e2c467c336c2644d505c3d60cab Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Mon, 11 Apr 2016 15:01:19 +1200 Subject: [PATCH] 2.16.1 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index a4c331c271..2ea21ee1a5 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-rc2'; + const VERSION = '2.16.1'; public function isStableVersion($version) { -- GitLab