debug: verison -> version

@resam blew our sponsorship - t-mobile is up next
This commit is contained in:
Aldo Cortesi 2016-06-11 21:04:13 +12:00
parent 09edbd9492
commit 3f240b1875

View File

@ -12,7 +12,7 @@ from netlib import version
def sysinfo():
data = [
"Mitmproxy verison: %s" % version.VERSION,
"Mitmproxy version: %s" % version.VERSION,
"Python version: %s" % platform.python_version(),
"Platform: %s" % platform.platform(),
]