mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-12-04 03:21:20 +00:00
mitmproxy 10.2.1
This commit is contained in:
parent
3a3d69eb42
commit
a7edbdf74c
@ -7,6 +7,10 @@
|
||||
|
||||
## Unreleased: mitmproxy next
|
||||
|
||||
|
||||
|
||||
## 06 January 2024: mitmproxy 10.2.1
|
||||
|
||||
* Fix a regression introduced in mitmproxy 10.2.0: WireGuard servers
|
||||
now bind to all interfaces again.
|
||||
([#6587](https://github.com/mitmproxy/mitmproxy/pull/6587), @mhils)
|
||||
|
@ -2,7 +2,7 @@ import os
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
VERSION = "11.0.0.dev"
|
||||
VERSION = "10.2.1"
|
||||
MITMPROXY = "mitmproxy " + VERSION
|
||||
|
||||
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one
|
||||
|
Loading…
Reference in New Issue
Block a user