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:
authormattab <matthieu.aubry@gmail.com>2014-09-14 13:08:15 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-14 13:08:15 +0400
commit37599df8123f7f2678b55c42b139d619c0a4d3b9 (patch)
tree3a43146960f9096971e0686aa8539bca83de4c87
parenta50ac56559cde9e7f68534b93d5d1ebfe29af075 (diff)
New plugin on the Marketplace called InterSites provides cool new features and requires this new Piwik beta release2.7.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 b91bb28685..7650d9832a 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.7.0-b2';
+ const VERSION = '2.7.0-b3';
}