Skip to content

Commit

Permalink
Change client version
Browse files Browse the repository at this point in the history
  • Loading branch information
wcolding committed Apr 3, 2024
1 parent 93fb8f0 commit 6aae1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SWRWorld(World):
options_dataclass = SWROptions
options: SWROptions

required_client_version = (0, 4, 4)
required_client_version = (0, 5, 0)

item_name_to_id = get_item_name_to_id()
location_name_to_id = get_location_name_to_id()
Expand Down

0 comments on commit 6aae1d8

Please sign in to comment.