From 4e65e72f8b6d6497a3cdc4373d354cbc9075c1bd Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <matt@piwik.org> Date: Mon, 5 Jan 2015 17:28:02 +1300 Subject: [PATCH] 2.10.0 - Stable release! --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 8d50b05616..16b80f918d 100644 --- a/core/Version.php +++ b/core/Version.php @@ -20,5 +20,5 @@ final class Version * The current Piwik version. * @var string */ - const VERSION = '2.10.0-rc4'; + const VERSION = '2.10.0'; } -- GitLab