From f98cc5080aae0f43356944c20cf9b54ea659b1cd Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Wed, 19 Feb 2014 23:14:48 +1300 Subject: [PATCH] rc4 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 39c36e5d26..423684559d 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-rc3'; + const VERSION = '2.1-rc4'; } -- GitLab