Skip to content

Commit bc856ba

Browse files
committed
[Core] Fix again! Bump version to 2.0.13-beta
1 parent 19c123c commit bc856ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lagrange.Core/Internal/Logic/Processors/GroupMemberIncreaseProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ internal override async ValueTask<bool> Handle(BotContext context, MsgType msgTy
3838
if (@event != null)
3939
{
4040
context.EventInvoker.PostEvent(@event);
41-
_ = await context.CacheContext.GetGroupList(true);
41+
_ = await context.CacheContext.GetMemberList(increase.GroupUin, true);
4242
return true;
4343
}
4444
else return false;

Lagrange.Core/Lagrange.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<LangVersion>13</LangVersion>
88
<IsAotCompatible>true</IsAotCompatible>
99

10-
<Version>2.0.12-beta</Version>
10+
<Version>2.0.13-beta</Version>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)