Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 8dc58bd

Browse files
committed
Fix build number
1 parent 0c1ed80 commit 8dc58bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cqhttp/core/def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#define CQHTTP_ID "io.github.richardchien.coolqhttpapi"
44
#define CQHTTP_NAME "CoolQ HTTP API"
55

6-
#define CQHTTP_BUILD_NUMBER 400
6+
#define CQHTTP_BUILD_NUMBER 401
77

88
#define _CQHTTP_TO_STR(x) #x
99
#define CQHTTP_TO_STR(x) _CQHTTP_TO_STR(x)

0 commit comments

Comments
 (0)