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-09-22 13:45:14 +0300
committerMatthieu Aubry <matt@piwik.org>2015-09-22 13:45:14 +0300
commitea3562ada2a6382aedcfc27ddf3a5d0d5acef0ce (patch)
tree5b6d00617f737078dd1ab4ee318c7e5b5696cd1a
parent2587e1705a37e9f3ca7bdba930b1779a1d0d92b3 (diff)
2.15.0-b92.15.0-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 af4239c2a1..41c72cf6ce 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.0-b8';
+ const VERSION = '2.15.0-b9';
public function isStableVersion($version)
{