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:29:06 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-09 09:29:06 +0400
commit47f7d2c3afc5785cb8db9b77928856745b77bacc (patch)
treec6b338835a47c86aff028001eef45bd225a0b073
parentaf629ebd57e461ca6642508dd8e01437ec1f619a (diff)
2.2.3-b22.2.3-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 98e0e95605..ad63a39f72 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-b1';
+ const VERSION = '2.2.3-b2';
}