Skip to content

Commit a667a9f

Browse files
committedAug 11, 2016
0.9.0
1 parent 98e3ba8 commit a667a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎KBEngine.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public enum CLIENT_TYPE
8686

8787
// 服务端与客户端的版本号以及协议MD5
8888
public string serverVersion = "";
89-
public string clientVersion = "0.8.10";
89+
public string clientVersion = "0.9.0";
9090
public string serverScriptVersion = "";
9191
public string clientScriptVersion = "0.1.0";
9292
public string serverProtocolMD5 = "";

0 commit comments

Comments
 (0)
Please sign in to comment.