Skip to content

Commit

Permalink
Generated replay parser for Heroes of the Storm 2.55.9.93498
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroesReplays committed Jan 6, 2025
1 parent b887d76 commit 74ff994
Show file tree
Hide file tree
Showing 3 changed files with 487 additions and 2 deletions.
2 changes: 1 addition & 1 deletion heroprotocol/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

__author__ = 'Blizzard Entertainment'
__version__ = (2, 55, 8, 93382)
__version__ = (2, 55, 9, 93498)

from pkgutil import extend_path

Expand Down
2 changes: 1 addition & 1 deletion heroprotocol/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


def game_version():
return '2.55.8.93382'
return '2.55.9.93498'


def read_command_output(cmd):
Expand Down
Loading

0 comments on commit 74ff994

Please sign in to comment.