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:
authorThomas Steur <thomas.steur@gmail.com>2014-01-29 13:49:05 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-30 11:15:35 +0400
commite5c10e4bba27a289518b0193e862e47d7aaba551 (patch)
tree80aba312fd04bef1692755367511d2d72287fd23
parentf45a66979bf47e57f78f2aae319862d3dae00d8f (diff)
b6 with bug fix2.0.4-b6
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a575c0db27..75257f17e4 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -24,5 +24,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.0.4-b5';
+ const VERSION = '2.0.4-b6';
}