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-12-22 01:52:45 +0300
committerMatthieu Aubry <matt@piwik.org>2014-12-22 01:52:45 +0300
commitd9e2efabc395421987a264a8cc064423a1ed4492 (patch)
treedf9e7c48f2d673ddab61e5bf9cc318680e4fc451
parent6788155b8d482a08afebd59fc903b95754a0c071 (diff)
2.10.0-b112.10.0-b11
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 334d7bf818..ffcaae3c86 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,5 +20,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.10.0-b10';
+ const VERSION = '2.10.0-b11';
}