Skip to content

Commit

Permalink
1.20.4
Browse files Browse the repository at this point in the history
lol
  • Loading branch information
mat-1 committed Dec 7, 2023
1 parent 98f2c54 commit cbbb9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion codegen/lib/code/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cbbb9b1

Please sign in to comment.