diff --git a/core/Version.php b/core/Version.php index faca7816587ef4183dae0483563f7df4219a2bb6..7c52f7bcaf1817a7504d3cae1fdfcc8f456933a0 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.1-rc2'; + const VERSION = '2.0.1'; }