diff options
| author | Aldo Cortesi <aldo@corte.si> | 2018-02-24 09:55:07 +1300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-24 09:55:07 +1300 | 
| commit | f1b47047690e504ee57ae0443092839c2f58e5e3 (patch) | |
| tree | 487e896464726c45fbd66c3388e0d3e287800a4a | |
| parent | 252e50d88bb19735b90388183439cdb02e4a09ab (diff) | |
| parent | 6f2f34981a61de91a8f576a680b5293e5767115d (diff) | |
| download | mitmproxy-f1b47047690e504ee57ae0443092839c2f58e5e3.tar.gz mitmproxy-f1b47047690e504ee57ae0443092839c2f58e5e3.tar.bz2 mitmproxy-f1b47047690e504ee57ae0443092839c2f58e5e3.zip  | |
Merge pull request #2903 from cortesi/3.0.2
Tag 3.0.2
| -rw-r--r-- | mitmproxy/version.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/version.py b/mitmproxy/version.py index 92b14b9a..3aa368d4 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 = "4.0.0" +VERSION = "3.0.2"  PATHOD = "pathod " + VERSION  MITMPROXY = "mitmproxy " + VERSION  | 
