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-16 03:17:26 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-16 03:17:26 +0400
commitf6979e15c2fe4d416a267676ca9885756735f4a2 (patch)
tree0f263663a3626cb9c98a376c98e7af8777af32b3
parentbf36871d428712ea0e0d886d286901c57a613a0e (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 19c9605be3..326313145c 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.3-b5';
+ const VERSION = '2.2.3-b6';
}