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>2015-12-04 06:12:54 +0300
committerMatthieu Aubry <matt@piwik.org>2015-12-04 06:12:54 +0300
commit919e185a7eaa686f9f4ac792e4244134ed6230f9 (patch)
treeab421585bd61a9fa2e218e1e728c947c6386ec31
parentf0d27ffc861362b4039feb8b38aa3845ad2c2b3a (diff)
2.15.1-b72.15.1-b7
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f585ed8b33..0215acf9ab 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.15.1-b6';
+ const VERSION = '2.15.1-b7';
public function isStableVersion($version)
{