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:
authorJustin Velluppillai <justin@innocraft.com>2022-10-05 04:32:33 +0300
committerGitHub <noreply@github.com>2022-10-05 04:32:33 +0300
commit1f577a56546bce5fa1aef6c06f1c79eed6e2920a (patch)
treef94742a191783442f4a43b2be016954496ff13f8
parentadbd5c391e3f1e68e7306aeb32bb4897a951dc16 (diff)
Release Matomo 4.12.04.12.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5f632dd6ab..f4d0dec6e8 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;