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-13 10:46:41 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-13 10:46:41 +0400
commitfd8c530ce25a4e703aa64068c026b393dc200e49 (patch)
treed362eb48af60e3e1b83d54904d67b6859a144175
parent112748511588723652879b06fd0355fe3680689e (diff)
2.2.3-b4 with bug fixes!2.2.3-b4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f1508647e5..55568a98ef 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-b3';
+ const VERSION = '2.2.3-b4';
}