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-10-25 06:25:33 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-25 06:25:33 +0400
commitbf278ef8e6c0f37963d0c3475f2f2448138a3b8a (patch)
tree743e616bc561b5dd7143fd28712c7a99e023660a
parent49588250de113882409aa911571b7aca425c2287 (diff)
2.0-b22.0-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 34ea03b7d7..84d9918bde 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-b1';
+ const VERSION = '2.0-b2';
}