From 463c782387c7b0619deb81c47c4390337261e6a1 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Tue, 14 Dec 2021 11:19:02 +0800 Subject: [PATCH] feat: change protocol version to 1204 for release 0.13 --- 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 28fba35..f2c7a77 100644 --- a/src/util/Const.go +++ b/src/util/Const.go @@ -2,4 +2,4 @@ package util var DebugMode = false -const ProtocolVersion = 1203 //0.12 websocket +const ProtocolVersion = 1204 //0.13 websocket