mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-25 21:04:56 +08:00
Move version constants to version.py, add version to serialized flows.
For now, we don't do anything with the serialized version info, but this should give us some future-proofing for serialization format changes.
This commit is contained in:
2
libmproxy/version.py
Normal file
2
libmproxy/version.py
Normal file
@@ -0,0 +1,2 @@
|
||||
IVERSION = (0, 3)
|
||||
VERSION = ".".join([str(i) for i in IVERSION])
|
||||
Reference in New Issue
Block a user