diff --git a/core/Version.php b/core/Version.php
index b91bb28685253c37afb16f08b02f7137313b3847..7650d9832aa9882462f8729d5ab4e5d54e8ad5cd 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.7.0-b2';
+    const VERSION = '2.7.0-b3';
 }