From ecceb82ee6e7096a0d6d44cc2ecc42aa3af26cf9 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Tue, 14 Dec 2021 11:07:44 +0800 Subject: [PATCH] feat: protocol version:websocket supported --- src/util/Const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Const.go b/src/util/Const.go index 455ab4b..28fba35 100644 --- a/src/util/Const.go +++ b/src/util/Const.go @@ -2,4 +2,4 @@ package util var DebugMode = false -const ProtocolVersion = 1202 //0.11 +const ProtocolVersion = 1203 //0.12 websocket