diff --git a/core/Version.php b/core/Version.php
index d6599b11381be9cb020cd6be8c45c5ba79e9016e..953e3b47cb37ddebd0f634fde26aade41842bcf2 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
      * The current Piwik version.
      * @var string
      */
-    const VERSION = '3.0.2-b1';
+    const VERSION = '3.0.2-b2';
 
     public function isStableVersion($version)
     {