diff --git a/core/Version.php b/core/Version.php
index ba954417927652828069c3ca43735588e08f491f..6e89402dec9c49660b0bb9907884f58b708c9944 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,5 +20,5 @@ final class Version
      * The current Piwik version.
      * @var string
      */
-    const VERSION = '2.9.0-b7';
+    const VERSION = '2.9.0-b8';
 }