mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 11:17:24 +00:00
bump version to 5.1.0
This commit is contained in:
parent
7f4e73a766
commit
c10ae4f524
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue