Skip to content

Commit

Permalink
Generated replay parser for Heroes of the Storm 2.55.5.92228
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroesReplays committed May 10, 2024
1 parent 8507c8a commit 015a249
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, 5, 92083)
__version__ = (2, 55, 5, 92228)

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.5.92083'
return '2.55.5.92228'


def read_command_output(cmd):
Expand Down
Loading

0 comments on commit 015a249

Please sign in to comment.