Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <matt@piwik.org>2014-09-24 07:33:12 +0400
committerMatthieu Aubry <matt@piwik.org>2014-09-24 07:33:12 +0400
commitecb25b4100cb1ebbc3009061a96cc35c66100e47 (patch)
treeb5a1a6e1dd7c89426ffe139162e77a140e8a94a0
parentcc38280b303a36205cb7478d329d882a26d78ddf (diff)
2.7.0 - Kaboom!2.7.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 002bbed959..768d5adde5 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.7.0-rc2';
+ const VERSION = '2.7.0';
}