From fcf3911b084869054e9ba247020eacc1355b335e Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Mon, 12 Jun 2023 10:55:10 +0200 Subject: [PATCH] MOBILE-4362 lang: Update default last version --- scripts/lang_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lang_functions.sh b/scripts/lang_functions.sh index a7b59de78..f3ab9392b 100755 --- a/scripts/lang_functions.sh +++ b/scripts/lang_functions.sh @@ -6,7 +6,7 @@ LANGPACKSFOLDER='../../moodle-langpacks' # Langpacks will be downloaded here. BUCKET='moodle-lang-prod' MOODLEORG_URL='https://download.moodle.org/download.php/direct/langpack' -DEFAULT_LASTVERSION='4.1' # Update it every version. +DEFAULT_LASTVERSION='4.2' # Update it every version. # Checks if AWS is available and configured. function check_aws {