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-12-27 00:58:00 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-12-27 00:58:00 +0300
commite5d1ef2e24f65d2930c645af1aa37217897a486a (patch)
tree7025c42db8de7496f4b6d60cd7f7761531e4e864
parent04e938634b00e8bd57deba9e101586def4a120cb (diff)
parente093055b83ed2b12249c50942d520ed1a00fb320 (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 ce5455afda..066a55bb0e 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -1,5 +1,5 @@
<?php
final class Piwik_Version {
- const VERSION = '0.2.27';
+ const VERSION = '0.2.28';
}