diff options
author | Aldo Cortesi <aldo@corte.si> | 2018-02-24 10:35:42 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-24 10:35:42 +1300 |
commit | 946c56d1a9d1b944654d7ffdd9df450982f8e40e (patch) | |
tree | 7049e1031b2ab60de184247431376bc8bd9285de | |
parent | f1b47047690e504ee57ae0443092839c2f58e5e3 (diff) | |
parent | 250ffcc83bbe546ff4c36715c872c55e549e8289 (diff) | |
download | mitmproxy-946c56d1a9d1b944654d7ffdd9df450982f8e40e.tar.gz mitmproxy-946c56d1a9d1b944654d7ffdd9df450982f8e40e.tar.bz2 mitmproxy-946c56d1a9d1b944654d7ffdd9df450982f8e40e.zip |
Merge pull request #2904 from cortesi/bump
Bump version
-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 3aa368d4..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.2" +VERSION = "4.0.0" PATHOD = "pathod " + VERSION MITMPROXY = "mitmproxy " + VERSION |