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-03-29 10:17:24 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-29 10:17:24 +0400
commit7d35a7919592ca7a66d73d7037c3f5326070a00c (patch)
tree9eb24b052b013b76f467df046928f5980197ad7d
parent4924334424adc8758f9e38f8c357d4f2a6f06766 (diff)
New beta 2.1.1-b92.1.1-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 ce7f3f75e7..b29c97256a 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-b8';
+ const VERSION = '2.1.1-b9';
}