From c63514c099509bef2a9445bc30d661cf23e9686c Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Tue, 20 Oct 2015 22:24:23 +1300 Subject: [PATCH] 2.15.0-rc4 - maybe the last RC for 2.15.0! --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 0142222387c..a7e2c4e8b90 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.15.0-rc3'; + const VERSION = '2.15.0-rc4'; public function isStableVersion($version) {