From 5507c298ce347ed64430dbe202beb7e268665ed8 Mon Sep 17 00:00:00 2001 From: mattab Date: Tue, 6 May 2014 17:39:23 +1200 Subject: [PATCH] 2.2.1 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; }