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-08-03 23:30:13 +0300
committerGitHub <noreply@github.com>2022-08-03 23:30:13 +0300
commit5d9a6fa19ad8f4ebc60e82f2ba1f48f3e2a2fe5f (patch)
tree329a346fb43acc6f67f26c74de02f082f88a8ed1
parent49904aa0b002a1a6382e648e02d30cdc4984e1f9 (diff)
Release Matomo 4.11.04.11.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 33b9fd17e5..c8bca98b60 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.11.0-rc4';
+ const VERSION = '4.11.0';
const MAJOR_VERSION = 4;