From 6d401477353274003a998ea50d29cfa17ce0acb7 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Mon, 18 Apr 2022 10:18:41 +0800 Subject: [PATCH] Update for Moodle 4.1 development --- mdk/config-dist.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mdk/config-dist.json b/mdk/config-dist.json index 75d6865..563f4a3 100644 --- a/mdk/config-dist.json +++ b/mdk/config-dist.json @@ -158,6 +158,10 @@ "branch" : "Pull 3.11 Branch", "diffurl" : "Pull 3.11 Diff URL" }, + "400" : { + "branch" : "Pull 4.0 Branch", + "diffurl" : "Pull 4.0 Diff URL" + }, "master" : { "branch" : "Pull Master Branch", "diffurl" : "Pull Master Diff URL" @@ -308,7 +312,7 @@ "useCacheAsSharedClone": false, // You should not edit this, this is the branch that is considered as master by developers. - "masterBranch": 400, + "masterBranch": 401, // Aliases for MDK commands. // An alias starting with a ! will be executed through the command line. Those also