diff --git a/core/Version.php b/core/Version.php index 5f632dd6abe..f4d0dec6e8b 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.12.0-rc2'; + const VERSION = '4.12.0'; const MAJOR_VERSION = 4;