diff --git a/core/Version.php b/core/Version.php index 8d50b05616bf71d0de995a4bd00fe8c3df3fb35c..16b80f918d83c7f539900ba06aeefc94999e78e7 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'; }