From 897c1dc3298f0f27d8fd8cd0575f2edbaf780fd9 Mon Sep 17 00:00:00 2001 From: kbengine Date: Thu, 23 Oct 2014 16:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=E8=87=B30.?= =?UTF-8?q?2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KBEngine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KBEngine.cs b/KBEngine.cs index de1daa2..8b03b44 100644 --- a/KBEngine.cs +++ b/KBEngine.cs @@ -80,7 +80,7 @@ public class KBEngineApp private byte[] _clientdatas = new byte[0]; public string serverVersion = ""; - public string clientVersion = "0.1.13"; + public string clientVersion = "0.2.0"; public string serverScriptVersion = ""; public string clientScriptVersion = "0.1.0"; public string serverProtocolMD5 = "";