From cbbb9b123e073da9cc2c717a8ada58b61f22914a Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 7 Dec 2023 11:34:18 -0600 Subject: 1.20.4 lol --- codegen/lib/code/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codegen/lib/code/version.py') 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: -- cgit v1.2.3