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-21 01:56:12 +0300
committerGitHub <noreply@github.com>2022-10-21 01:56:12 +0300
commitd3b1acd2f5270e5bd4bd181c8e0a7adb4731ef31 (patch)
treeae5c8026a3303f2072e7a1233047becac6ef02d4
parent7eb1bb66d29743c4cf62eb83c4026b9b69dc434d (diff)
Release Matomo 4.12.24.12.2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 4bf18db436..46fed4c784 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.1';
+ const VERSION = '4.12.2';
const MAJOR_VERSION = 4;