diff --git a/core/Version.php b/core/Version.php index b36fa0fd0b9..2dcd122cb6f 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.4-b3'; + const VERSION = '2.0.4-b4'; }