diff --git a/core/Version.php b/core/Version.php
index aa17cb944c92d2511d0d4ba8495f9f1a74909419..119be808740ef4aef71acf5c2701649a3d5b6c91 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.3-b1';
+    const VERSION = '3.0.3-b2';
 
     public function isStableVersion($version)
     {