From 85644c3895d4e8b1ce25dacbc775ad171ea971d0 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Mon, 9 Oct 2023 11:58:13 +0800 Subject: [PATCH] Update for Moodle 4.4 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 24102ed..95b03b5 100644 --- a/mdk/config-dist.json +++ b/mdk/config-dist.json @@ -170,6 +170,10 @@ "branch" : "Pull 4.2 Branch", "diffurl" : "Pull 4.2 Diff URL" }, + "402" : { + "branch" : "Pull 4.3 Branch", + "diffurl" : "Pull 4.3 Diff URL" + }, "master" : { "branch" : "Pull Master Branch", "diffurl" : "Pull Master Diff URL" @@ -320,7 +324,7 @@ "useCacheAsSharedClone": false, // You should not edit this, this is the branch that is considered as master by developers. - "masterBranch": 403, + "masterBranch": 404, // Aliases for MDK commands. // An alias starting with a ! will be executed through the command line. Those also