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-20 08:36:12 +0400
committerMatthieu Aubry <matt@piwik.org>2014-10-20 08:36:12 +0400
commit0e2eb58a7cd086a36b9b9b2e29c5bc8c1f87fef5 (patch)
treebbb6853608f2b3c22ccd2280c50bfca9f43c29b2
parentce2223c943bb4a50bfb41d3b58c615cef432abe0 (diff)
2.8.1-b12.8.1-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 57633d8c29..cf8f2f3518 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.0';
+ const VERSION = '2.8.1-b1';
}