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-08 08:05:34 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-08 08:05:34 +0400
commite322fe41767c3bc60f2c24b8d9baa581c0b5baad (patch)
treecbfbd41996fdb3ae077c2b12d5ba713db31983ec
parentae54752fd21ff379c8c42ac28ad515affcb69b0c (diff)
2.2.0-b182.2.0-b18
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 61bd5c275c..0f09affc28 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.2.0-b17';
+ const VERSION = '2.2.0-b18';
}