diff --git a/core/Version.php b/core/Version.php index 5d8131acff10b31ae39efdc39094574d313f30c8..a924b46bc7d2de2bd0739cf59c5f12e50c50d296 100644 --- a/core/Version.php +++ b/core/Version.php @@ -21,5 +21,5 @@ final class Version * The current Piwik version. * @var string */ - const VERSION = '2.9.0-b2'; + const VERSION = '2.9.0-b3'; }