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:
authorMatthieu Aubry <matt@piwik.org>2014-11-11 13:52:09 +0300
committerMatthieu Aubry <matt@piwik.org>2014-11-11 13:52:09 +0300
commit039c66cf30a211e9bef58d44330102f8a5c0efff (patch)
tree1b8bcc69fc8382284f37dfc5fbbf31931c2cd1b2
parent7954d4c4a719bb1e9f929efdf398cb30382c7e89 (diff)
2.9.0-b92.9.0-b9
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 6e89402dec..b4545cacac 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,5 +20,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.9.0-b8';
+ const VERSION = '2.9.0-b9';
}