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'