From 8e3ccf6dd76aa72c4f0037e87760d7efae5909d0 Mon Sep 17 00:00:00 2001 From: mattab Date: Thu, 23 Jan 2014 11:53:21 +1300 Subject: [PATCH] New beta with bug fixes needed --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index b36fa0fd0b9..2dcd122cb6f 100644 --- a/core/Version.php +++ b/core/Version.php @@ -24,5 +24,5 @@ final class Version * The current Piwik version. * @var string */ - const VERSION = '2.0.4-b3'; + const VERSION = '2.0.4-b4'; }