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>2013-12-27 05:38:29 +0400
committermattab <matthieu.aubry@gmail.com>2013-12-27 05:38:29 +0400
commit5f061b635e7404f80923c534d1017f43e4b6bfa6 (patch)
tree692a4bc8738bccf6d9d78ff7c2959725f80027ed
parent27032aee4001dc2e87f76f803bbbf3e309ed8cb7 (diff)
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 9db032ba9d..b9acfdf302 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-b1';
+ const VERSION = '2.0.3-b2';
}