Minecraft client: update Forge to 1.17.1-37.1.1

This fixes the critical security issue recently found in Minecraft.
This commit is contained in:
espeon65536 2021-12-10 08:33:52 -06:00 committed by Fabian Dill
parent 7afbf8b45b
commit 4fe024041d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ atexit.register(input, "Press enter to exit.")
# 1 or more digits followed by m or g, then optional b
max_heap_re = re.compile(r"^\d+[mMgG][bB]?$")
forge_version = "1.17.1-37.0.109"
forge_version = "1.17.1-37.1.1"
def prompt_yes_no(prompt):