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-16 04:20:49 +0300
committerGitHub <noreply@github.com>2022-05-16 04:20:49 +0300
commitf073b69fd6e144080cb00f050b27db6ca0a3b8d6 (patch)
tree3ac22a2ed55384ea19b8e8724680671c53aa9164
parentd574ba7090b2e3444c1a631d6e14279854961439 (diff)
Release Matomo 4.10.04.10.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 4ba05f11bd..0b44b74cd1 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-rc1';
+ const VERSION = '4.10.0';
const MAJOR_VERSION = 4;