Skip to content

Commit

Permalink
Generated replay parser for Heroes of the Storm 2.55.9.93535
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroesReplays committed Jan 10, 2025
1 parent 74ff994 commit ee36759
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, 9, 93498)
__version__ = (2, 55, 9, 93535)

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.9.93498'
return '2.55.9.93535'


def read_command_output(cmd):
Expand Down
Loading

0 comments on commit ee36759

Please sign in to comment.