From 374dc8ee556eb51d95e6f04f2b910d326af554a1 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <mattab@users.noreply.github.com> Date: Wed, 17 May 2017 11:22:24 +1200 Subject: [PATCH] :tada: :boom: Piwik Analytics 3.0.4 :boom: :tada: --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 43a1226b8b..a04ecb88f4 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.4-rc2'; + const VERSION = '3.0.4'; public function isStableVersion($version) { -- GitLab