From 4f72ea1a42d1c56554d8b7885efd251fa68d29ac Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <matt@piwik.org> Date: Tue, 21 Oct 2014 16:42:05 +1300 Subject: [PATCH] 2.8.1-rc1 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 8c6b6e1939..520dc850be 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.8.1-b2'; + const VERSION = '2.8.1-rc1'; } -- GitLab