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-06 08:00:10 +0300
committerMatthieu Aubry <matt@piwik.org>2014-11-06 08:00:10 +0300
commitc6a737bb0cfe6656288c39f1ff2d079354a7d21b (patch)
tree0e1855713dee5492a540faff7200546897b545b3
parentad1f8a586d7a249643df31c77c63ed3ae1a48b2b (diff)
2.9.0-b62.9.0-b6
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index d632b93b8c..789d7d29d3 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.9.0-b5';
+ const VERSION = '2.9.0-b6';
}