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-05-25 04:25:13 +0300
committerGitHub <noreply@github.com>2022-05-25 04:25:13 +0300
commitd36664cd485fc80af2d97992ddf53d97686d74ca (patch)
treede3783059c60c37b2eccfa9aa7c2029cb1b4a46f
parent023676b4edbcc501d2659fcfaaeeff22fb8931e5 (diff)
Release Matomo 4.10.1 (#19265)4.10.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 0b44b74cd1..42d9b9e477 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.10.0';
+ const VERSION = '4.10.1';
const MAJOR_VERSION = 4;