From 4fe950ae94b0fe3bd13f928544ff876275fe6733 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Tue, 9 Nov 2021 14:25:57 +1300 Subject: Fix archiving too many segments that aren't needed and showing 0 conversions for new visits/returning visitors (#18255) --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Version.php') diff --git a/core/Version.php b/core/Version.php index 5d385c55d7..4fe41a32a5 100644 --- a/core/Version.php +++ b/core/Version.php @@ -20,7 +20,7 @@ final class Version * The current Matomo version. * @var string */ - const VERSION = '4.6.0-b3'; + const VERSION = '4.6.0-b4'; const MAJOR_VERSION = 4; -- cgit v1.2.3