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:
authormattab <matthieu.aubry@gmail.com>2015-09-18 10:55:05 +0300
committermattab <matthieu.aubry@gmail.com>2015-09-18 10:55:05 +0300
commit7e102cab5646b641dae316af554405668c9b0ed4 (patch)
treeeec179dc71eb92cef26552a9becf2940a25f49bb
parent6d86b4de423e01cda87b9a73fa5934d8ce75a4f8 (diff)
2.15.0-b82.15.0-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 cff9ec0844..af4239c2a1 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-b7';
+ const VERSION = '2.15.0-b8';
public function isStableVersion($version)
{