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:
authormattab <matthieu.aubry@gmail.com>2014-02-05 08:36:04 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-05 08:36:04 +0400
commit87fb6bed179cfd2a94b2de3f88f8b32321cd8659 (patch)
treebc1788a9aac9747a96ee984942803f364002c595
parenta6c7ccc25d4e851fddbce54760ef8c892872cbc4 (diff)
beta9
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a72e4d3b19..7fddd8ef81 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.0.4-b8';
+ const VERSION = '2.0.4-b9';
}