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-05 02:09:13 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-05 02:09:13 +0400
commit307fcc3f880480c88c586685316cbc08deafdad5 (patch)
tree8499ae767d3f9cc886bab29531affd6a2b2cdead
parent37eb2885bae3245c95109865dab58675df05bc7a (diff)
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 97f1d59179..9ed087983d 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-b3';
+ const VERSION = '2.2.1-b4';
}