diff --git a/Theresa3rd-Bot/TheresaBot.GoCqHttp/TheresaBot.GoCqHttp.csproj b/Theresa3rd-Bot/TheresaBot.GoCqHttp/TheresaBot.GoCqHttp.csproj
index 9174c7ee..11d524e6 100644
--- a/Theresa3rd-Bot/TheresaBot.GoCqHttp/TheresaBot.GoCqHttp.csproj
+++ b/Theresa3rd-Bot/TheresaBot.GoCqHttp/TheresaBot.GoCqHttp.csproj
@@ -5,7 +5,7 @@
TheresaBot.GoCqHttp
- 0.11.3
+ 0.11.4
disable
enable
3
diff --git a/Theresa3rd-Bot/TheresaBot.Main/Common/BotConfig.cs b/Theresa3rd-Bot/TheresaBot.Main/Common/BotConfig.cs
index 38c4462f..c64b72fa 100644
--- a/Theresa3rd-Bot/TheresaBot.Main/Common/BotConfig.cs
+++ b/Theresa3rd-Bot/TheresaBot.Main/Common/BotConfig.cs
@@ -6,7 +6,7 @@ namespace TheresaBot.Main.Common
{
public static class BotConfig
{
- public const string BotVersion = "0.11.3";
+ public const string BotVersion = "0.11.4";
public const string BotHomepage = "https://www.theresa3rd.cn";
public static BotInfos BotInfos = new BotInfos(0, "Bot");
public static List AcceptGroups = new();
diff --git a/Theresa3rd-Bot/TheresaBot.MiraiHttpApi/TheresaBot.MiraiHttpApi.csproj b/Theresa3rd-Bot/TheresaBot.MiraiHttpApi/TheresaBot.MiraiHttpApi.csproj
index 9fd164fd..c78eaa0a 100644
--- a/Theresa3rd-Bot/TheresaBot.MiraiHttpApi/TheresaBot.MiraiHttpApi.csproj
+++ b/Theresa3rd-Bot/TheresaBot.MiraiHttpApi/TheresaBot.MiraiHttpApi.csproj
@@ -6,7 +6,7 @@
TheresaBot.MiraiHttpApi
- 0.11.3
+ 0.11.4
disable
enable
3