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-07 06:40:31 +0300
committerMatthieu Aubry <matt@piwik.org>2015-12-07 06:40:31 +0300
commitb6da68a22f4dd9ffe26f21cd759affd722866254 (patch)
tree38a53bedb28e792ffee83d881c8f4f5d24869fe7
parentef096ce289c88e586b27d1ad619d04288b64befb (diff)
2.15.1-b82.15.1-b8
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 0215acf9ab..5f5e21b3ef 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-b7';
+ const VERSION = '2.15.1-b8';
public function isStableVersion($version)
{