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-04 05:30:13 +0300
committerMatthieu Aubry <matt@piwik.org>2014-11-04 05:30:13 +0300
commitda36234c572700209920e15ec4a79ea8e1fbd26f (patch)
tree4bd08169cb188efe1ab1d903321420059defb866
parentadcbf72ad13aa3b6a749529d702469b9f17a6bb2 (diff)
2.9.0-b22.9.0-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index cf2377419e..5d8131acff 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-b1';
+ const VERSION = '2.9.0-b2';
}