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-03-27 02:45:15 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-27 02:45:15 +0400
commit85681eaa8f8c23752c3b58545312a9c95bcca8c3 (patch)
tree0bdaf1504a0627174ec6535baac981e8aae0421d
parent1ff6595df264a97b4d44fcdf6f54d030ff2a74a1 (diff)
New beta needed as there was a fatal in Visitors>Engagement in last one2.1.1-b8
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 655b5de073..ce7f3f75e7 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.1.1-b7';
+ const VERSION = '2.1.1-b8';
}