mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 11:17:24 +00:00
2 lines
63 B
Python
2 lines
63 B
Python
IVERSION = (0, 7)
|
|
VERSION = ".".join(str(i) for i in IVERSION)
|