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-19 03:11:19 +0300
committerGitHub <noreply@github.com>2022-10-19 03:11:19 +0300
commit16e89dd1f34607601b2a8c2c64ea80667ac4cff1 (patch)
tree12342381e58c82cdad67aa13dd5722a113e0af91
parent9449a25c4ba4396f900f59f2a120f1d96726f0c9 (diff)
Release Matomo 4.12.1 (#19882)4.12.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f4d0dec6e8..4bf18db436 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';
+ const VERSION = '4.12.1';
const MAJOR_VERSION = 4;