Skip to content

Commit

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

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.93535'
return '2.55.9.93565'


def read_command_output(cmd):
Expand Down
Loading

0 comments on commit aa1d1fe

Please sign in to comment.