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>2009-03-02 00:48:56 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-03-02 00:48:56 +0300
commit044e9c1fd0139878b21b18f6dbd3836868694bb4 (patch)
tree4cd3c89b49f9863e7264e4db93471275276d984b
parentca4ddbc286f79bc6c63fe45e84fb7fb5efc8155d (diff)
parent30215b99df02cbeebfff4a88a9b69d1093fc2b90 (diff)
0.2.310.2.31
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index c3830082e7..13a813bacd 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -1,5 +1,5 @@
<?php
final class Piwik_Version {
- const VERSION = '0.2.30';
+ const VERSION = '0.2.31';
}