Skip to content

Commit 27d2e79

Browse files
committed
Generated replay parser for Heroes of the Storm 2.55.15.96172
1 parent 5ae3289 commit 27d2e79

File tree

3 files changed

+487
-2
lines changed

3 files changed

+487
-2
lines changed

heroprotocol/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
__author__ = 'Blizzard Entertainment'
8-
__version__ = (2, 55, 15, 96119)
8+
__version__ = (2, 55, 15, 96172)
99

1010
from pkgutil import extend_path
1111

heroprotocol/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
def game_version():
11-
return '2.55.15.96119'
11+
return '2.55.15.96172'
1212

1313

1414
def read_command_output(cmd):

0 commit comments

Comments
 (0)