diff --git a/core/Version.php b/core/Version.php
index a74ae5e4fa981c81a16bae982c2f4e4d6e02813b..93ba2e4b037565b1aa48ef563cd31d882609aad0 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -24,5 +24,5 @@ final class Version
      * The current Piwik version.
      * @var string
      */
-    const VERSION = '2.0.3-b3';
+    const VERSION = '2.0.3-b4';
 }