From c21017aadd9ebd9836c94ed925b08686b686a855 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <mattab@users.noreply.github.com> Date: Tue, 28 Mar 2017 19:51:03 +0200 Subject: [PATCH] 3.0.3-b2 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index aa17cb944c..119be80874 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.3-b1'; + const VERSION = '3.0.3-b2'; public function isStableVersion($version) { -- GitLab