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 05:10:56 +0400
committerMatthieu Aubry <matt@piwik.org>2014-10-23 05:10:56 +0400
commite2c11647205188bee60fb1fa8b06798b874d7416 (patch)
tree66b2764269cfdcdd9aeb99dcba9b3fdb3195f12a
parent5cf55e738d9d0e65a8c3cc46ef5327018cb1ab65 (diff)
2.8.3 - so much progress2.8.3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 7b66348c5b..c521a2ef45 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.2';
+ const VERSION = '2.8.3';
}