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>2010-05-28 11:20:40 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-05-28 11:20:40 +0400
commit775b5d5558dc2752c69128e5c86bf82bc9caf61f (patch)
tree8cbd72ab6de07992625051bddf76d65ee5e7cfdf
parent6b7ec9a603dddc1e01b7e4484d9264113d0774a6 (diff)
0.6.2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index e8a404aa51..a81b18e79a 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -17,5 +17,5 @@
*/
final class Piwik_Version
{
- const VERSION = '0.6.1';
+ const VERSION = '0.6.2';
}