From 4d23d6234679822bad20ad5e1ee1566f5b108db8 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Fri, 21 Feb 2014 01:35:31 +1300 Subject: [PATCH] rc7 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 40309b41b4..f49ce4f5d4 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-rc6'; + const VERSION = '2.1-rc7'; } -- GitLab