From 199e43ef5809d09803416db72ce0ace6c9a4d895 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <mattab@users.noreply.github.com> Date: Wed, 26 Apr 2017 08:51:17 +0200 Subject: [PATCH] 3.0.4-b1 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 93f5b9c95c..5c0fe9f073 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'; + const VERSION = '3.0.4-b1'; public function isStableVersion($version) { -- GitLab