diff options
| author | mat <git@matdoes.dev> | 2023-12-07 11:34:18 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-07 11:34:18 -0600 |
| commit | cbbb9b123e073da9cc2c717a8ada58b61f22914a (patch) | |
| tree | 37daed22d3226d2e5e4b2e1e505f12a5ae0794f6 | |
| parent | 98f2c54c26f2559b4743fa4d5174c4d461bab9b5 (diff) | |
| download | azalea-drasl-cbbb9b123e073da9cc2c717a8ada58b61f22914a.tar.xz | |
1.20.4
lol
| -rwxr-xr-x | README.md | 2 | ||||
| -rwxr-xr-x | codegen/lib/code/version.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ A collection of Rust crates for making Minecraft bots, clients, and tools. <!-- The line below is automatically read and updated by the migrate script, so don't change it manually. --> -_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 6365d6cf..c2053da3 100755 --- a/codegen/lib/code/version.py +++ b/codegen/lib/code/version.py @@ -3,7 +3,7 @@ import re 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: |
