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-02 05:44:12 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-02 05:44:12 +0400
commit882be3d44b36ded6324e4d8f699ec802e55bc2ac (patch)
tree2bf1a157030490606d39f5becf287bda2e738557
parent77fa82f580764931504a28c91490f66633408c92 (diff)
2.2.1-b12.2.1-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index d187b41b0d..dcbb993e32 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';
+ const VERSION = '2.2.1-b1';
}