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-01 01:09:10 +0300
committerMatthieu Aubry <matt@piwik.org>2015-12-01 01:09:10 +0300
commitbf377e2c74f606682ddcfdb62d970dc28b625c0c (patch)
tree7ef39824c8ace7c7f415070aec14cbc4ecebd3af
parent75a4dc36df4d36a7a3d0ee9ccabeb24097e3a925 (diff)
2.15.1-b62.15.1-b6
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 83c8a1b12b..f585ed8b33 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-b5';
+ const VERSION = '2.15.1-b6';
public function isStableVersion($version)
{