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)
|
||||
NAME = "mitmproxy"
|
||||
NAMEVERSION = NAME + " " + VERSION
|
||||
|
|
Loading…
Reference in New Issue