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:
authorThomas Steur <thomas.steur@googlemail.com>2014-11-06 23:01:13 +0300
committerThomas Steur <thomas.steur@googlemail.com>2014-11-06 23:07:35 +0300
commit6b9c69b2b5da44ac73b3c1c07813b996d1563b99 (patch)
tree2083a090490e1e391b7dd52e3614206ce2d15719 /core/Version.php
parent1621ad96b9cb582608e75e0357c152d4517484fb (diff)
refs #6417 moved update to b7 as b6 was released
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index fc28e76169..ba95441792 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-b6';
+ const VERSION = '2.9.0-b7';
}