aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2018-02-24 10:01:02 +1300
committerAldo Cortesi <aldo@corte.si>2018-02-24 10:01:02 +1300
commit250ffcc83bbe546ff4c36715c872c55e549e8289 (patch)
tree15be1c6937ee5af6fcbf75baf409869d720c4efb
parent6f2f34981a61de91a8f576a680b5293e5767115d (diff)
downloadmitmproxy-250ffcc83bbe546ff4c36715c872c55e549e8289.tar.gz
mitmproxy-250ffcc83bbe546ff4c36715c872c55e549e8289.tar.bz2
mitmproxy-250ffcc83bbe546ff4c36715c872c55e549e8289.zip
Bump version
Re-bump after tag
-rw-r--r--mitmproxy/version.py2
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