bump version again

we may have to figure out something smarter here, maybe set the version for tagged commits to whatever the tag is.
This commit is contained in:
Maximilian Hils 2018-02-23 18:14:02 +01:00 committed by GitHub
parent f119fd23f8
commit 18384eecbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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