mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
bump version to 5.1.0
This commit is contained in:
parent
7f4e73a766
commit
c10ae4f524
@ -1,4 +1,4 @@
|
||||
XX April 2020: mitmproxy 5.1
|
||||
13 April 2020: mitmproxy 5.1
|
||||
|
||||
** Major Changes **
|
||||
* Initial Support for TLS 1.3
|
||||
|
@ -2,7 +2,7 @@ import os
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
VERSION = "6.0.0.dev"
|
||||
VERSION = "5.1.0"
|
||||
PATHOD = "pathod " + VERSION
|
||||
MITMPROXY = "mitmproxy " + VERSION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user