From b61861cb6731f2cc32889e2cece2a11b59cc5eae Mon Sep 17 00:00:00 2001 From: wjsjwr Date: Mon, 8 Sep 2025 23:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=BB=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BE=93=E5=87=BA=E4=B8=BA=E2=80=9CMITM=20Pr?= =?UTF-8?q?oxy=20Server=20v1.4=E2=80=9D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4e41d19..a224b62 100644 --- a/main.go +++ b/main.go @@ -64,7 +64,7 @@ func main() { setConsoleUTF8() } - fmt.Println("MITM Proxy Server v1.3") + fmt.Println("MITM Proxy Server v1.4") fmt.Println("Reading dictionary...") dict, err := NewChineseDict("dict.txt")