diff --git a/Theresa3rd-Bot/TheresaBot.GoCqHttp/TheresaBot.GoCqHttp.csproj b/Theresa3rd-Bot/TheresaBot.GoCqHttp/TheresaBot.GoCqHttp.csproj index d9ad75ff..89dcb304 100644 --- a/Theresa3rd-Bot/TheresaBot.GoCqHttp/TheresaBot.GoCqHttp.csproj +++ b/Theresa3rd-Bot/TheresaBot.GoCqHttp/TheresaBot.GoCqHttp.csproj @@ -5,7 +5,7 @@ <RootNamespace>TheresaBot.GoCqHttp</RootNamespace> <StartupObject></StartupObject> <BaseOutputPath></BaseOutputPath> - <Version>0.11.1</Version> + <Version>0.11.2</Version> <Nullable>disable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <WarningLevel>3</WarningLevel> diff --git a/Theresa3rd-Bot/TheresaBot.Main/Common/BotConfig.cs b/Theresa3rd-Bot/TheresaBot.Main/Common/BotConfig.cs index 5caa02ec..feecc473 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.1"; + public const string BotVersion = "0.11.2"; public const string BotHomepage = "https://www.theresa3rd.cn"; public static BotInfos BotInfos = new BotInfos(0, "Bot"); public static List<long> AcceptGroups = new(); diff --git a/Theresa3rd-Bot/TheresaBot.MiraiHttpApi/TheresaBot.MiraiHttpApi.csproj b/Theresa3rd-Bot/TheresaBot.MiraiHttpApi/TheresaBot.MiraiHttpApi.csproj index 76fa228e..61740da2 100644 --- a/Theresa3rd-Bot/TheresaBot.MiraiHttpApi/TheresaBot.MiraiHttpApi.csproj +++ b/Theresa3rd-Bot/TheresaBot.MiraiHttpApi/TheresaBot.MiraiHttpApi.csproj @@ -6,7 +6,7 @@ <RootNamespace>TheresaBot.MiraiHttpApi</RootNamespace> <StartupObject></StartupObject> <BaseOutputPath></BaseOutputPath> - <Version>0.11.1</Version> + <Version>0.11.2</Version> <Nullable>disable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <WarningLevel>3</WarningLevel>