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-08 04:19:31 +0300
committerMatthieu Aubry <matt@piwik.org>2015-12-08 04:19:31 +0300
commit6846145992278b52a2a35a8f040c39c3fb558b04 (patch)
treee349e76a0d606723ab1fecb898af281e4c99f2d3
parent7eab19e56372c5472d46a8641b12b07168022fa0 (diff)
2.15.1-b92.15.1-b9
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5f5e21b3ef..260630176c 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-b8';
+ const VERSION = '2.15.1-b9';
public function isStableVersion($version)
{