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-04-07 09:51:43 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-07 09:51:43 +0400
commita2a8cc92aca6d1259fb549b09c015da8e63afe61 (patch)
tree021e7e255db73192f09e7afc6de94d69f6f601a1 /core/Version.php
parentc29d612667a50b4a6924c08526434770b299c757 (diff)
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 15b5cc9235..ae118e6637 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.0-b14';
+ const VERSION = '2.2.0-b15';
}