mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
Merge branch 'master' of github.com:mitmproxy/mitmproxy
This commit is contained in:
commit
b5d02add28
@ -1,4 +1,4 @@
|
|||||||
IVERSION = (0, 10)
|
IVERSION = (0, 11)
|
||||||
VERSION = ".".join(str(i) for i in IVERSION)
|
VERSION = ".".join(str(i) for i in IVERSION)
|
||||||
NAME = "mitmproxy"
|
NAME = "mitmproxy"
|
||||||
NAMEVERSION = NAME + " " + VERSION
|
NAMEVERSION = NAME + " " + VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user