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-11-21 07:22:10 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-21 07:22:10 +0400
commitd9c9e1759b4facee58c617568bc7dec734a71b07 (patch)
treecceb947c62f6e7c7bcdd3cdfa87751d118cd048d
parentfd73dc735aabe28684d2243ad348481aa69bd85e (diff)
2.0-b82.0-b8
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 90c4708ce1..a0d2c83c3b 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-b7';
+ const VERSION = '2.0-b8';
}