Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RenolY2 committed Sep 16, 2024
1 parent ac842f5 commit fd96300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .track_mapping import music_mapping, arc_mapping, file_mapping, bsft, battle_mapping
from .pybinpatch import DiffPatch, WrongSourceFile

__version__ = '2.2.0'
__version__ = '2.2.0.2'

logging.basicConfig(stream=sys.stdout, level=logging.INFO, format="> %(message)s")
log = logging.getLogger(__name__)
Expand Down

0 comments on commit fd96300

Please sign in to comment.