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-22 04:07:05 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-22 04:07:05 +0400
commitdbac962d320872164e6dbf3910dcd9c33133558e (patch)
treeefd37b7f9abda9543b54e93f1aad2c1fa7b43e80
parentf27ecc4648f96cbd1859d597bf7fe60de27b19e3 (diff)
2.1.1-b62.1.1-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 7952c1786a..b5d669735f 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-b5';
+ const VERSION = '2.1.1-b6';
}