diff options
-rw-r--r-- | mitmproxy/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/version.py b/mitmproxy/version.py index a4e2ce37..92b14b9a 100644 --- a/mitmproxy/version.py +++ b/mitmproxy/version.py @@ -3,7 +3,7 @@ import subprocess # The actual version string. For precompiled binaries, this will be changed to include the build # tag, e.g. "3.0.0.dev0042-0xcafeabc" -VERSION = "3.0.1" +VERSION = "4.0.0" PATHOD = "pathod " + VERSION MITMPROXY = "mitmproxy " + VERSION |