From e92991856cb7fee4280749ee5d631c2f7495a16d Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <matt@piwik.org> Date: Sat, 3 Oct 2015 01:11:28 +1300 Subject: [PATCH] 2.15.0-b15 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 1798e41b56..c9a04c200a 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-b14'; + const VERSION = '2.15.0-b15'; public function isStableVersion($version) { -- GitLab