diff --git a/core/Version.php b/core/Version.php index f9ef4308028..94c1cafaeba 100644 --- a/core/Version.php +++ b/core/Version.php @@ -22,7 +22,7 @@ final class Version * The current Matomo version. * @var string */ - public const VERSION = '5.2.0'; + public const VERSION = '5.2.1'; public const MAJOR_VERSION = 5;