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-02 02:31:30 +0300
committerGitHub <noreply@github.com>2022-08-02 02:31:30 +0300
commit49904aa0b002a1a6382e648e02d30cdc4984e1f9 (patch)
tree2f8c43d6d0c7d34290a902d77e071a837ad63d8b
parente45328fd7a71fe93fc432e2a7c7d043712df2aac (diff)
Update to 4.11.0-rc44.11.0-rc4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 9188007e55..33b9fd17e5 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-rc3';
+ const VERSION = '4.11.0-rc4';
const MAJOR_VERSION = 4;