mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
bump version to 5.1.1
This commit is contained in:
parent
df6bbf1d4e
commit
a233fdd302
@ -1,3 +1,6 @@
|
||||
13 April 2020: mitmproxy 5.1.1
|
||||
* Fixed Docker images not starting due to missing shell
|
||||
|
||||
13 April 2020: mitmproxy 5.1
|
||||
|
||||
** Major Changes **
|
||||
|
@ -2,7 +2,7 @@ import os
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
VERSION = "6.0.0.dev"
|
||||
VERSION = "5.1.1"
|
||||
PATHOD = "pathod " + VERSION
|
||||
MITMPROXY = "mitmproxy " + VERSION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user