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-04-01 02:42:12 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-01 02:42:12 +0400
commitbc67b8b2ed8c7a4304d5d0881d593f39d2cc13b8 (patch)
treed3e77a89c0e0481d789fc0426c06faad7c32db26
parent8f8a350ea86b1596d0f27258e85e3a6de898d5f6 (diff)
Beta10 with more bug fixes!
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index b29c97256a..889a5cd065 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-b9';
+ const VERSION = '2.1.1-b10';
}