From 452981ffe2b45dc4d2e4e898889a97606c6b56a7 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 8 Jan 2026 19:50:12 -0600 Subject: [PATCH] Version bump 0.6.1.10 --- CHANGELOG.md | 3 +++ OverworldShuffle.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eaa0685..113ed8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.6.1.10 +- Emergency fix for bonk functionality + ## 0.6.1.9 - Fixed follower shuffle placement errors - Fixed pseudoboots ability to open Kings Tomb diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 714e2870..5b95f33e 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -8,7 +8,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType from OverworldGlitchRules import create_owg_connections from Utils import bidict -version_number = '0.6.1.9' +version_number = '0.6.1.10' # branch indicator is intentionally different across branches version_branch = '-u'