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 05:21:49 +0300
committerMatthieu Aubry <matt@piwik.org>2014-11-06 05:21:49 +0300
commit502ab7000082c68a679b2672ce178d83c117a97f (patch)
tree55a97b7f43b9efdb75f503e1922b6c2c28e702be
parent1e829377fe1a252d966f0e97ec7f6dcbbfabaa71 (diff)
2.9.0-b52.9.0-b5
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index af6db311ed..d632b93b8c 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-b4';
+ const VERSION = '2.9.0-b5';
}