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

Commit 69e7c8d

Browse files
authored
Merge pull request #36 from cyanray/dev/cyanray
更新:适配的 mirai-http 版本号为1.7.4;
2 parents 34906c4 + 1ec1977 commit 69e7c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/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 10703;
74+
return 10704;
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.3";
84+
return "v1.7.4";
8585
}
8686

8787
/**

0 commit comments

Comments
 (0)