mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 19:27:14 +00:00
2 lines
65 B
Python
2 lines
65 B
Python
IVERSION = (0, 4)
|
|
VERSION = ".".join([str(i) for i in IVERSION])
|