Skip to content

Commit ddf93ff

Browse files
authored
Add 1.21.10 to supported (#1203)
1 parent 0ea05d7 commit ddf93ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gm4/plugins/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
parent_logger = logging.getLogger("gm4.manifest")
2323

24-
SUPPORTED_GAME_VERSIONS = ["1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9"]
24+
SUPPORTED_GAME_VERSIONS = ["1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10"]
2525

2626
# config models for beet.yaml metas
2727
CreditsModel = dict[str, list[str]]

0 commit comments

Comments
 (0)