diff --git a/core/Version.php b/core/Version.php
index 40309b41b4587f0ee655c69dedfc319772b552f1..f49ce4f5d47b3ece52d0f74a843ca0b857d506e7 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
      * The current Piwik version.
      * @var string
      */
-    const VERSION = '2.1-rc6';
+    const VERSION = '2.1-rc7';
 }