Skip to content

Commit

Permalink
v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kebiao committed Jun 21, 2018
1 parent 9d60a55 commit 8c0afeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KBEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public enum CLIENT_TYPE

// 服务端与客户端的版本号以及协议MD5
public string serverVersion = "";
public string clientVersion = "1.1.6";
public string clientVersion = "1.1.9";
public string serverScriptVersion = "";
public string clientScriptVersion = "0.1.0";
public string serverProtocolMD5 = "";
Expand Down

0 comments on commit 8c0afeb

Please sign in to comment.