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-01-16 02:22:51 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-16 02:22:51 +0400
commite4368857f4ae07658ebbc3fadce21aaf7453a2b1 (patch)
treef6cf4051396fb70a52b199112f1c9719719e3a3f
parent7661fc5d771ab33947d8bb532bac664fda09da96 (diff)
2.0.4-b12.0.4-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 046eb0bd92..c98f373105 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.3';
+ const VERSION = '2.0.4-b1';
}