Skip to content

Commit

Permalink
bump version to 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixrec committed Dec 23, 2024
1 parent 012c1fb commit bd8832d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/outer_wilds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def fill_slot_data(self):
slot_data["warps"] = self.warps
# Archipelago does not yet have apworld versions (data_version is deprecated),
# so we have to roll our own with slot_data for the time being
slot_data["apworld_version"] = "0.3.9"
slot_data["apworld_version"] = "0.3.10"
return slot_data

def write_spoiler(self, spoiler_handle: TextIO) -> None:
Expand Down

0 comments on commit bd8832d

Please sign in to comment.