mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-06 09:21:22 +08:00
5 lines
120 B
Python
5 lines
120 B
Python
IVERSION = (0, 9, 1)
|
|
VERSION = ".".join(str(i) for i in IVERSION)
|
|
NAME = "mitmproxy"
|
|
NAMEVERSION = NAME + " " + VERSION
|