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-09-21 15:15:06 +0400
committerMatthieu Aubry <matt@piwik.org>2014-09-21 15:15:06 +0400
commit905f5acec15f419f1d276639212bff04a9be02c6 (patch)
tree1f99c030acd2d5ae73232ffe9a83e84e54bc3e50
parent2fc11ee2f175e8fdc1e4cac0adcf17241d457c8a (diff)
Update Version.php2.7.0-b4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 7650d9832a..74fe81461f 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-b3';
+ const VERSION = '2.7.0-b4';
}