From ee64a5f2780c4a31d4c2a72bf6501c187668aa0b Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <matt@piwik.org> Date: Mon, 12 Oct 2015 14:57:56 +1300 Subject: [PATCH] 2.15.0-b19 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index df50388701..e3cbcf0817 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-b18'; + const VERSION = '2.15.0-b19'; public function isStableVersion($version) { -- GitLab