OoT: change internal version number

Allows custom music to work with the ootrandomizer patcher for now
This commit is contained in:
espeon65536 2021-11-20 16:34:50 -06:00
parent 639e6f9a6c
commit 2fb765455c
1 changed files with 1 additions and 1 deletions

View File

@ -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):