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:55:32 +0300
committerMatthieu Aubry <matt@piwik.org>2014-11-04 05:55:32 +0300
commit52bc764133f71cca056a3ca7e67eeb4d51db7a90 (patch)
tree85926ec108b6680db872960392717c2ced901c5f
parentbde45453cda42c88b19d660ca406c61cb1130ce0 (diff)
2.9.0-b32.9.0-b3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5d8131acff..a924b46bc7 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-b2';
+ const VERSION = '2.9.0-b3';
}