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 0b951e5 commit 1f4fad3Copy full SHA for 1f4fad3
KBEngine.cs
@@ -80,7 +80,7 @@ public enum CLIENT_TYPE
80
81
// 服务端与客户端的版本号以及协议MD5
82
public string serverVersion = "";
83
- public string clientVersion = "0.3.0";
+ public string clientVersion = "0.4.0";
84
public string serverScriptVersion = "";
85
public string clientScriptVersion = "0.1.0";
86
public string serverProtocolMD5 = "";
0 commit comments