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>2015-02-13 14:32:35 +0300
committermattab <matthieu.aubry@gmail.com>2015-02-13 14:32:35 +0300
commit1406dfc3d42f324c6fc2f45e461586f5d621de1f (patch)
tree69b57749d59174a4571cbb0e2b0f210dd3314d90
parent03198e36a878b141af1cdbf66603e4f220206516 (diff)
2.11.0-b72.11.0-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 bc3cb2c561..111d8f9605 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.11.0-b6';
+ const VERSION = '2.11.0-b7';
public function isStableVersion($version)
{