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-20 09:25:43 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-20 09:25:43 +0400
commit9e4550ad850b1a4414d17d9a42f342b5832ba768 (patch)
treeff55e933f9f4004e6991a1a1da4ae005b5d58ae5
parent39dfcad45ff103dcf827843f74e2188a858b1cce (diff)
2.0.4-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index c98f373105..e26e9763e6 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-b1';
+ const VERSION = '2.0.4-b2';
}