From d2f9a2369219b758e9e3949f41b2449856fcbb56 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Wed, 21 Apr 2021 15:30:58 -0500 Subject: [PATCH] Added a version number to indicate both base door rando AND ow rando together --- Main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.py b/Main.py index e4545ec0..1020a5cf 100644 --- a/Main.py +++ b/Main.py @@ -28,7 +28,7 @@ from Fill import sell_potions, sell_keys, balance_multiworld_progression, balanc from ItemList import generate_itempool, difficulties, fill_prizes, customize_shops from Utils import output_path, parse_player_names -__version__ = '0.3.1.7-u' +__version__ = '0.1.0.0-ow_0.3.1.7-u' class EnemizerError(RuntimeError):