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-09 05:55:33 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-09 05:55:33 +0400
commit9bb1427dec1c198844a816f9d550554532235150 (patch)
tree194b0c0ff9e163064e25327d92ef59ce0bf46689
parent3ce2344f57fe91bf9f5b824d33129538540941fc (diff)
2.2.3-b12.2.3-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 3128901e44..98e0e95605 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.2';
+ const VERSION = '2.2.3-b1';
}