diff --git a/core/Version.php b/core/Version.php index fcf7e8f40d4..0600fe25f34 100644 --- a/core/Version.php +++ b/core/Version.php @@ -20,5 +20,5 @@ final class Version * The current Piwik version. * @var string */ - const VERSION = '2.10.0-b1'; + const VERSION = '2.10.0-b2'; }