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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-19 12:48:15 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-19 12:48:15 +0300
commitd49eecec95325389f8dd2fe6429884a746c2886c (patch)
tree639e9d5e6da1109bf982a1bc707cf453e244da3a
parentcbf7aee8c5fb226934c0b6afcd207375fe78b0e7 (diff)
0.2.22
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 2f9411c6fb..2c7059cdeb 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -1,5 +1,5 @@
<?php
final class Piwik_Version {
- const VERSION = '0.2.20';
+ const VERSION = '0.2.22';
}