From 1a7be52787a5b3c3444e4166f714a61ac01463ac Mon Sep 17 00:00:00 2001 From: Ixrec Date: Mon, 26 Aug 2024 18:37:39 +0100 Subject: [PATCH] bump version to 0.2.7 --- worlds/outer_wilds/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/outer_wilds/__init__.py b/worlds/outer_wilds/__init__.py index ced65901095c..ff25c485d32e 100644 --- a/worlds/outer_wilds/__init__.py +++ b/worlds/outer_wilds/__init__.py @@ -126,7 +126,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.2.6" + slot_data["apworld_version"] = "0.2.7" return slot_data def write_spoiler(self, spoiler_handle: TextIO) -> None: