Skip to content

Commit

Permalink
Generated replay parser for Heroes of the Storm 2.55.6.92550
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroesReplays committed Jul 15, 2024
1 parent 38ccd9e commit 496c215
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, 92264)
__version__ = (2, 55, 6, 92550)

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.92264'
return '2.55.6.92550'


def read_command_output(cmd):
Expand Down
Loading

0 comments on commit 496c215

Please sign in to comment.