Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wcolding committed May 31, 2024
1 parent 3f0476c commit 232f00d
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, 5, 2)
required_client_version = (0, 6, 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 232f00d

Please sign in to comment.