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-10 09:09:04 +0300
committerMatthieu Aubry <matt@piwik.org>2014-11-10 09:09:04 +0300
commit88382261600fda1c4d035582d4c4f2c1f802ee72 (patch)
tree0366b5a6223a513ae4897ea224f59df3f620e26a
parentc2019d1bd79db888671fdb9865baca8f84efd39d (diff)
2.9.0-b82.9.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 ba95441792..6e89402dec 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-b7';
+ const VERSION = '2.9.0-b8';
}