From 15efdb4e458f337cfa90c72bd47db2785cbe492a Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <mattab@users.noreply.github.com> Date: Thu, 31 Aug 2017 14:00:43 +1200 Subject: [PATCH] 3.0.5-b3 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 9cdb569dda..260bca139d 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.5-b2'; + const VERSION = '3.0.5-b3'; public function isStableVersion($version) { -- GitLab