diff --git a/core/Version.php b/core/Version.php
index 0600fe25f3446fd63acccd32a9ca49698ca0d28b..86a856f3209ccfa6f4b80cad2debb98a2ef352f8 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.10.0-b2';
+    const VERSION = '2.10.0-b3';
 }