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-07 06:44:23 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-07 06:44:23 +0400
commit9a1e82383aaac036cf5636a775d55816154b305e (patch)
tree1af362107bfa8f13ef079c13dbd6972ae1c4e167
parent801cbef9d986e3697c43e0da56bd3f7fe3d96791 (diff)
beta14 with fix2.2.0-b14
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index ecd29c60c4..15b5cc9235 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-b13';
+ const VERSION = '2.2.0-b14';
}