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:
authorMatthieu Aubry <matt@piwik.org>2014-05-15 04:28:19 +0400
committerMatthieu Aubry <matt@piwik.org>2014-05-15 04:28:19 +0400
commit956854495afd54080a310d7741bc20a6a9890097 (patch)
tree57008e250d6417d0399a3d6a15bf0224b925d9d0 /core/Version.php
parentf7644ab24edbd3d337a42f3a0ad03231be2661be (diff)
2.2.3-b5
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 55568a98ef..19c9605be3 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-b4';
+ const VERSION = '2.2.3-b5';
}