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 11:27:14 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-07 11:27:14 +0400
commited2ecb919c321f4a3ddd6bbfa07b9b82f2a0c860 (patch)
tree524a615c3475624f56fd08097a15f66dc6b4f0a9
parent4948e8782800b9de1521517d0af3ff427e38dc5e (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 ae118e6637..fca92e831d 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-b15';
+ const VERSION = '2.2.0-b16';
}