From f6e2f550462f0ebd9c93a06a307d46c6f1273ba8 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Mon, 3 Oct 2016 10:32:40 +1300
Subject: [PATCH] 2.16.3-rc3

---
 core/Version.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/Version.php b/core/Version.php
index 15079e8aa7..39af5ee7fc 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.3-rc2';
+    const VERSION = '2.16.3-rc3';
 
     public function isStableVersion($version)
     {
-- 
GitLab