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-01 08:18:34 +0400
committerMatthieu Aubry <matt@piwik.org>2014-10-01 08:18:34 +0400
commit03f95a8c22c5ee8cba6e155320335898629ef9e9 (patch)
treece30d5aaf26f18ee9a60edbc4a6386d45a4ab799
parent50a95e46dd843b8e8a80dedf681f25e9fc3e70c8 (diff)
2.8.0-b22.8.0-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 94c6da9cb7..1cc7dcabc9 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-b1';
+ const VERSION = '2.8.0-b2';
}