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-10-21 08:58:51 +0400
committerMatthieu Aubry <matt@piwik.org>2014-10-21 08:58:51 +0400
commit861576ec3b2f962e20fdd86f7397dd1362beda50 (patch)
treefbf0082fcebf2886f8982d4f59336ec7cc463f39
parent57225973e00a1333e4f4a702f40f2dd325b03656 (diff)
2.8.1 - out of this world reliability2.8.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 520dc850be..ee0ff17a28 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-rc1';
+ const VERSION = '2.8.1';
}