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-17 16:41:12 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-17 16:41:12 +0300
commit7ece341098eb99ebb24065529ce5a3ff45d1bb1c (patch)
treed20af44740fc51da57bd4c2b5ca624e3dad8166b
parente5edad45d7eff4af1532a05672b1af5fea3eff17 (diff)
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index c212b6268a..2f9411c6fb 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -1,5 +1,5 @@
<?php
final class Piwik_Version {
- const VERSION = '0.2.19';
+ const VERSION = '0.2.20';
}