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-10-12 04:33:10 +0300
committerMatthieu Aubry <matt@piwik.org>2015-10-12 04:33:10 +0300
commit9b71446cd183946a5a1d6b98368346aac3fbc036 (patch)
tree7b8aaaf130b8395d33a393d020c6085c5d857f1c
parent12d44e37ec0b0cf57f9904341a93fc7645d83bd3 (diff)
2.15.0-b182.15.0-b18
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index e742ae2082..df50388701 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-b17';
+ const VERSION = '2.15.0-b18';
public function isStableVersion($version)
{