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

Commit a9e3f26

Browse files
committed
修复: mirai-cpp 版本号错误.
1 parent 4d600bb commit a9e3f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mirai/mirai_bot.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ namespace Cyan
7474
string GetMiraiCppVersion() const
7575
{
7676
// mirai-api-http v1.6.5
77-
return "1.9.10";
77+
return "1.10.0";
7878
}
7979

8080
/**

0 commit comments

Comments
 (0)