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-05-04 07:22:41 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-04 07:22:41 +0400
commit181161b97a374065222e64ca3057b14ee02982da (patch)
tree479813a83acec9b0e4e294c94b6bd25884ef8973
parentcef8bd567c9cdb8ce356c52b3d71100992d2db21 (diff)
2.2.1-b22.2.1-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index dcbb993e32..6f4c82f5ba 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.1-b1';
+ const VERSION = '2.2.1-b2';
}