diff --git a/core/Version.php b/core/Version.php index 077275f5d00a9f227a83992d1804162ea5d3ce92..749e5c258a31466913b773f71450c59cbb1d3f45 100644 --- a/core/Version.php +++ b/core/Version.php @@ -20,5 +20,5 @@ final class Piwik_Version * Current Piwik version * @var string */ - const VERSION = '1.12-b7'; + const VERSION = '1.12-b8'; }