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 36b8a13 commit aa919c7Copy full SHA for aa919c7
KBEngine.cs
@@ -83,7 +83,7 @@ public enum CLIENT_TYPE
83
84
// 服务端与客户端的版本号以及协议MD5
85
public string serverVersion = "";
86
- public string clientVersion = "0.5.0";
+ public string clientVersion = "0.6.0";
87
public string serverScriptVersion = "";
88
public string clientScriptVersion = "0.1.0";
89
public string serverProtocolMD5 = "";
0 commit comments