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-09 09:49:45 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-09 09:49:45 +0400
commit8ac6073eb12f7ac74ac560c2eaa276f09bbdcaa3 (patch)
treea6745c285e4592556c8dd541fe598c76480e1c90 /core/Version.php
parent8e454835428cf76a3aade09cea50d07bd075743a (diff)
2.2.3-b3
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 ad63a39f72..f1508647e5 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-b2';
+ const VERSION = '2.2.3-b3';
}