diff --git a/core/Version.php b/core/Version.php index e05e98a21790d56223169a725b9cacc009d8a0ca..11dc4bd1b7ff1b4971a37bbad52a03500fb0584e 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-b5'; + const VERSION = '2.0.3-b6'; }