Skip to content

Commit ab7ba4f

Browse files
committed
feat(core): API请求框架置换为okhttp
- 新增请求耗时日志 about #41 - 新增docs-ai.md文件 AI生成的开发文档
1 parent 4ab746e commit ab7ba4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/github/kloping/qqbot/impl/BaseConnectedEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public String getId() {
5050
return getMetadata().get("id").toString();
5151
}
5252

53-
public static final String VERSION = "1.5.2";
53+
public static final String VERSION = "1.5.3-L1";
5454
public static final String PROJECT_NAME = "qqpd-bot-java";
5555
public static final String AUTHOR = "kloping";
5656
public static final String FORMAT = "Bot(%s) connected! By " + AUTHOR + " of " + PROJECT_NAME + " v" + VERSION;

0 commit comments

Comments
 (0)