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

Commit 2a56768

Browse files
committed
更新: 修改适配的mirai-api-http的版本号为1.8.0;
1 parent 1d13d88 commit 2a56768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/mirai/mirai_bot.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ namespace Cyan
7171
int GetRequiredApiVersionInt() const
7272
{
7373
// mirai-api-http v1.6.5
74-
return 10704;
74+
return 10800;
7575
}
7676

7777
/**
@@ -81,7 +81,7 @@ namespace Cyan
8181
string GetRequiredApiVersion() const
8282
{
8383
// mirai-api-http v1.6.5
84-
return "v1.7.4";
84+
return "v1.8.0";
8585
}
8686

8787
/**

0 commit comments

Comments
 (0)