From 5505608c6504f80e5f4bcbc609370180489d420c Mon Sep 17 00:00:00 2001 From: Justin Velluppillai Date: Thu, 8 Dec 2022 12:39:50 +1300 Subject: [PATCH] Release Matomo 4.13.0 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index a4b0a9a10c4..a51371c130d 100644 --- a/core/Version.php +++ b/core/Version.php @@ -21,7 +21,7 @@ final class Version * The current Matomo version. * @var string */ - const VERSION = '4.13.0-rc2'; + const VERSION = '4.13.0'; const MAJOR_VERSION = 4;