From ad93a77498cb03ae8f4c52c292d3b584f67c458e Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <matt@piwik.org> Date: Sat, 25 Apr 2015 16:11:50 +1200 Subject: [PATCH] 2.13.0-rc2 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 6d48d43ea0..cadeb34076 100644 --- a/core/Version.php +++ b/core/Version.php @@ -20,7 +20,7 @@ final class Version * The current Piwik version. * @var string */ - const VERSION = '2.13.0-rc1'; + const VERSION = '2.13.0-rc2'; public function isStableVersion($version) { -- GitLab