diff --git a/ChanceCustom/app.json b/ChanceCustom/app.json index 7cafd99..403ef75 100644 --- a/ChanceCustom/app.json +++ b/ChanceCustom/app.json @@ -4,8 +4,8 @@ "namespace" : "ChanceCustom", "info" : "以自定义回复为核心,附带群管、监控、词库、语音、图片、调用接口、对接网站、黑白名单、定时任务、网页爬虫、简单编程、入群验证、发言限制、简易QQ、Web服务器、制作接口等功能。交流群661366095", "priority" : 40000, - "version" : "0.2.10", - "svn" : 25, + "version" : "0.2.11", + "svn" : 26, "compatible_svn" : 101, "message_mode" : "old_string", "support" : [ diff --git a/ChanceCustom/main.py b/ChanceCustom/main.py index cbd3194..89a6621 100644 --- a/ChanceCustom/main.py +++ b/ChanceCustom/main.py @@ -18,8 +18,8 @@ import platform -version = '0.2.10' -svn = 25 +version = '0.2.11' +svn = 26 version_full = '%s(%d)' % (version, svn)