diff --git a/core/Version.php b/core/Version.php
index ad63a39f72f2f12eee6bf0b32a63123c78f02afb..f1508647e570ee9ea96388da0e4a454a1c549b36 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
      * The current Piwik version.
      * @var string
      */
-    const VERSION = '2.2.3-b2';
+    const VERSION = '2.2.3-b3';
 }