From 2fb765455cde61c09194923a6fef885cba91cb7d Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Sat, 20 Nov 2021 16:34:50 -0600 Subject: [PATCH] OoT: change internal version number Allows custom music to work with the ootrandomizer patcher for now --- worlds/oot/Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/oot/Utils.py b/worlds/oot/Utils.py index dea8dbc7..075d7e8f 100644 --- a/worlds/oot/Utils.py +++ b/worlds/oot/Utils.py @@ -4,7 +4,7 @@ import subprocess import Utils from functools import lru_cache -__version__ = Utils.__version__ + ' f.LUM' +__version__ = '6.1.0 f.LUM' def data_path(*args):