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-06-07 05:55:55 +0300
committerJustin Velluppillai <justin@innocraft.com>2022-06-07 05:59:26 +0300
commitbd5571897f4e8408ba168b34754f4fff523894a7 (patch)
tree8050c02b39aa92aeaf3dacef2494c62623dc8619
parent2c4bc9e22a851bc2bc277b448f9f5b78b11492c8 (diff)
Update Version to Matomo 4.11.0-rc14.11.0-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 95422bf901..b4a96877dd 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-b1';
+ const VERSION = '4.11.0-rc1';
const MAJOR_VERSION = 4;