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-23 01:34:50 +0400
committerMatthieu Aubry <matt@piwik.org>2014-10-23 01:34:50 +0400
commitb4274d621300e008d47f01ac50bea66184a729a6 (patch)
treeab7c763b62a0bd1278e28b3a86b38e546287f196
parentd59a45092b0555cbe6bd670ce5a578ce44c0af4a (diff)
2.8.2 - bugfix release2.8.2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index ee0ff17a28..7b66348c5b 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';
+ const VERSION = '2.8.2';
}