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:09:01 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-27 02:09:01 +0400
commitccae61fef82f4b51decf784ed9bfe8b955d0e490 (patch)
treebdd98bb951aa8b9eafb525e4f1dd9a8b5142b3a0
parente488bbbd8709ba7f2e06dfc0773f3866615e9fec (diff)
New beta to test on demo2.1.1-b7
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index b5d669735f..655b5de073 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-b6';
+ const VERSION = '2.1.1-b7';
}