Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2021-11-09 04:25:57 +0300
committerGitHub <noreply@github.com>2021-11-09 04:25:57 +0300
commit4fe950ae94b0fe3bd13f928544ff876275fe6733 (patch)
treec9b6eba0f5dcd84d50d0c55f5985ab8b3c060095 /core/Version.php
parentbc75f9dafc9287a7864f3ecd556a5ae6b699546a (diff)
Fix archiving too many segments that aren't needed and showing 0 conversions for new visits/returning visitors (#18255)
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
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;