Skip to content

Commit

Permalink
v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kebiao committed Feb 26, 2018
1 parent adb757b commit 17b7bd1
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.4";
public string clientVersion = "1.1.5";
public string serverScriptVersion = "";
public string clientScriptVersion = "0.1.0";
public string serverProtocolMD5 = "";
Expand Down

0 comments on commit 17b7bd1

Please sign in to comment.