diff --git a/core/Version.php b/core/Version.php index 6f7cdcdd4ca..c298b52f33b 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.1-rc1'; + const VERSION = '2.1-rc2'; }