mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 11:17:24 +00:00
For now, we don't do anything with the serialized version info, but this should give us some future-proofing for serialization format changes.
2 lines
65 B
Python
2 lines
65 B
Python
IVERSION = (0, 3)
|
|
VERSION = ".".join([str(i) for i in IVERSION])
|