diff --git a/core/Version.php b/core/Version.php index 93ba2e4b037..e05e98a2179 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-b4'; + const VERSION = '2.0.3-b5'; }