diff --git a/main.go b/main.go index 6749f09..0cd049c 100644 --- a/main.go +++ b/main.go @@ -68,7 +68,7 @@ func main() { setConsoleUTF8() } - fmt.Println("MITM Proxy Server v1.5") + fmt.Println("MITM Proxy Server v2.0") // Load configuration config, err := loadConfig("config.toml")