mitmproxy 7.0.4
This commit is contained in:
parent
f2f59384ba
commit
c18d0ff246
|
@ -2,7 +2,7 @@ import os
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
VERSION = "7.0.3"
|
||||
VERSION = "7.0.4"
|
||||
MITMPROXY = "mitmproxy " + VERSION
|
||||
|
||||
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one
|
||||
|
|
Loading…
Reference in New Issue