aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2018-02-23 18:14:02 +0100
committerGitHub <noreply@github.com>2018-02-23 18:14:02 +0100
commit18384eecbd8fafca87d7ecaa79d366a5df1063e0 (patch)
tree6a1af2bed23b57be660a95f58e3947455b86d79a
parentf119fd23f8224dd154db43e0dc5dcd53999a9710 (diff)
downloadmitmproxy-18384eecbd8fafca87d7ecaa79d366a5df1063e0.tar.gz
mitmproxy-18384eecbd8fafca87d7ecaa79d366a5df1063e0.tar.bz2
mitmproxy-18384eecbd8fafca87d7ecaa79d366a5df1063e0.zip
bump version again
we may have to figure out something smarter here, maybe set the version for tagged commits to whatever the tag is.
-rw-r--r--mitmproxy/version.py2
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