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-21 06:18:36 +0300
committerMatthieu Aubry <matt@piwik.org>2015-12-21 06:18:36 +0300
commita6038f3d6e34ca8e8b3832a77e14525e51f4ae54 (patch)
tree9ecc9819e5247bd2c574cecfd804295c69d15821
parente4c43d1dfd6681b75d56c9e64750352cef193597 (diff)
2.15.1-b112.15.1-b11
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 6e9c575e26..de0eb64ebd 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-b10';
+ const VERSION = '2.15.1-b11';
public function isStableVersion($version)
{