From b5b54dc3c6c3f4484210bf8fc348719cfa5843c2 Mon Sep 17 00:00:00 2001 From: zanjie1999 Date: Mon, 20 Dec 2021 13:41:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tcp2ws.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcp2ws.go b/tcp2ws.go index 9f806af..0bb2775 100644 --- a/tcp2ws.go +++ b/tcp2ws.go @@ -1,7 +1,7 @@ // Tcp over WebSocket (tcp2ws) // 基于ws的内网穿透工具 // Sparkle 20210430 -// v6.0 +// v6.1 package main