From b01f381152b7d17f78449f641c2c05b0d00eb2a2 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Mon, 25 Jul 2016 10:40:42 +1200 Subject: [PATCH] 2.16.2-rc1 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index b5fc1c1569f..62d67e263fc 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.2-b6'; + const VERSION = '2.16.2-rc1'; public function isStableVersion($version) {