Merge pull request #2903 from cortesi/3.0.2

Tag 3.0.2
This commit is contained in:
Aldo Cortesi 2018-02-24 09:55:07 +13:00 committed by GitHub
commit f1b4704769
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 = "4.0.0"
VERSION = "3.0.2"
PATHOD = "pathod " + VERSION
MITMPROXY = "mitmproxy " + VERSION