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-17 07:36:28 +0300
committerMatthieu Aubry <matt@piwik.org>2014-12-17 07:36:28 +0300
commit719114577f0a5a7962e37a250db3a8d76a1809b8 (patch)
tree3cc063152d8b66f292fa4ca6496128cd7a0fa495
parent0ca1479b57d2320468ff70fb3f1e7b7cb4177518 (diff)
2.10.0-b92.10.0-b9
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 6708ff9f70..5edf0e5dba 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-b8';
+ const VERSION = '2.10.0-b9';
}