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:
authormattab <matthieu.aubry@gmail.com>2014-10-01 08:11:15 +0400
committermattab <matthieu.aubry@gmail.com>2014-10-01 08:11:15 +0400
commit50a95e46dd843b8e8a80dedf681f25e9fc3e70c8 (patch)
tree55005df539a2307a489a0d66ebca28907e8b2296
parentcd1b52dd2e5807d2871e6037815cae2390c5243d (diff)
2.8.0-b1 with User Id algorithm update2.8.0-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 768d5adde5..94c6da9cb7 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.7.0';
+ const VERSION = '2.8.0-b1';
}