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-09 08:41:49 +0300
committerMatthieu Aubry <matt@piwik.org>2014-12-09 08:41:49 +0300
commit318d6f080a29d468c83b0b2cb351899f204552a8 (patch)
treed4039bb118c635e75140312f4b66fd274a290cc1
parentdc5c3efc80d31a44a0ad00fc0199dcf20a20e146 (diff)
2.10.0-b62.10.0-b6
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 4c3de8b7df..6d2dea8e5a 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-b5';
+ const VERSION = '2.10.0-b6';
}