diff --git a/README.md b/README.md index a4150d153..a110e76e7 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A collection of Rust crates for making Minecraft bots, clients, and tools. -_Currently supported Minecraft version: `1.20.3`._ +_Currently supported Minecraft version: `1.20.4`._ > [!WARNING] > Azalea is still very unfinished, though most crates are in a somewhat useable state diff --git a/codegen/lib/code/version.py b/codegen/lib/code/version.py index 6365d6cf9..c2053da3c 100755 --- a/codegen/lib/code/version.py +++ b/codegen/lib/code/version.py @@ -3,7 +3,7 @@ import os README_DIR = get_dir_location('../README.md') -VERSION_REGEX = r'\*Currently supported Minecraft version: `(.*)`.\*' +VERSION_REGEX = r'\_Currently supported Minecraft version: `(.*)`.\_' def get_version_id() -> str: