We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d60a55 commit 8c0afebCopy full SHA for 8c0afeb
KBEngine.cs
@@ -86,7 +86,7 @@ public enum CLIENT_TYPE
86
87
// 服务端与客户端的版本号以及协议MD5
88
public string serverVersion = "";
89
- public string clientVersion = "1.1.6";
+ public string clientVersion = "1.1.9";
90
public string serverScriptVersion = "";
91
public string clientScriptVersion = "0.1.0";
92
public string serverProtocolMD5 = "";
0 commit comments