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:
parent
7afbf8b45b
commit
4fe024041d
|
@ -15,7 +15,7 @@ atexit.register(input, "Press enter to exit.")
|
||||||
|
|
||||||
# 1 or more digits followed by m or g, then optional b
|
# 1 or more digits followed by m or g, then optional b
|
||||||
max_heap_re = re.compile(r"^\d+[mMgG][bB]?$")
|
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):
|
def prompt_yes_no(prompt):
|
||||||
|
|
Loading…
Reference in New Issue