From 18384eecbd8fafca87d7ecaa79d366a5df1063e0 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 23 Feb 2018 18:14:02 +0100 Subject: [PATCH] bump version again we may have to figure out something smarter here, maybe set the version for tagged commits to whatever the tag is. --- mitmproxy/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitmproxy/version.py b/mitmproxy/version.py index a4e2ce37d..92b14b9ad 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