diff --git a/core/Version.php b/core/Version.php index 0600fe25f34..86a856f3209 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-b2'; + const VERSION = '2.10.0-b3'; }