From b1cd038eb7f759f3e4cea2d110b6b4721aee9e35 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <mattab@users.noreply.github.com> Date: Mon, 27 Mar 2017 12:44:17 +0200 Subject: [PATCH] 3.0.3-b1 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 3fca643578..aa17cb944c 100644 --- a/core/Version.php +++ b/core/Version.php @@ -20,7 +20,7 @@ final class Version * The current Piwik version. * @var string */ - const VERSION = '3.0.2'; + const VERSION = '3.0.3-b1'; public function isStableVersion($version) { -- GitLab