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-07-26 02:13:52 +0300
committerGitHub <noreply@github.com>2022-07-26 02:13:52 +0300
commit75fce21fabc7a04fccf9176516d30f7f45940bf2 (patch)
treeb44c4629a0d9f4980fb4926970b5344667a078a5
parenta931d078baf320c0e917fe9864bb65e9af42de5f (diff)
Update to 4.11.0-rc34.11.0-rc3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5afc9f951a..9188007e55 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-rc2';
+ const VERSION = '4.11.0-rc3';
const MAJOR_VERSION = 4;