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
path: root/core
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-04-07 05:22:16 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-07 05:22:16 +0400
commit1790f8a15efa15307b2b24843eb1276ec8767c14 (patch)
treea0f2581f30af145bc6534e124f0c518b2e09073c /core
parentcb5984d77fdfb7e49de323e7364cc2f2773a4529 (diff)
2.2.0-b13
Diffstat (limited to 'core')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 48c7ad5d2e..ecd29c60c4 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.1.1-b12';
+ const VERSION = '2.2.0-b13';
}