mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-07 09:17:42 +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
|