upgrade version to 1.6.5

This commit is contained in:
jinyu
2015-12-14 23:48:27 +08:00
parent 22bb2ffde8
commit c1b6033ab3
14 changed files with 30 additions and 16 deletions
@@ -1267,5 +1267,5 @@ public class WeixinProxy {
return chatApi.sendChatMessage(message);
}
public final static String VERSION = "1.6.4";
public final static String VERSION = "1.6.5";
}
@@ -91,5 +91,5 @@ public class WeixinSuiteProxy {
return this.suiteMap.get(suiteId);
}
public final static String VERSION = "1.6.4";
public final static String VERSION = "1.6.5";
}