Skip to content

Commit 397945f

Browse files
committed
Merge branch 'hotfix/1.5.5'
2 parents b4cc4cd + 9e87f1f commit 397945f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if sys.version_info.major < 3:
1111
raise Exception("Python 3.x is required. Your version is %s." % sys.version)
1212

13-
__version__ = "1.5.3"
13+
__version__ = "1.5.5"
1414

1515
parser = argparse.ArgumentParser(description="EH Forwarder Bot is an extensible chat tunnel framework which allows "
1616
"users to contact people from other chat platforms, and ultimately "

0 commit comments

Comments
 (0)