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-04 10:13:16 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-04 10:13:16 +0400
commit6279a4cf22fe33e32e7338d0e53398df786a16f4 (patch)
treeb5ca897ed7e1a702c90a28c0b3d8379f911f6398 /core/Version.php
parenta5da45c2f74e53999feb3e1458ea16bf1981e9f8 (diff)
2.1.1-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 6f4c82f5ba..97f1d59179 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.1-b2';
+ const VERSION = '2.2.1-b3';
}