diff --git a/core/Version.php b/core/Version.php index 659adc7f660..e693bb8d75b 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.2.1-rc3'; + const VERSION = '2.2.1'; }