From 0b64df95ef4a9c36bf29b323b352181ee0172362 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 16 Apr 2022 17:04:10 +0200 Subject: [PATCH] Fixed an issue with publish not having required dlls --- src/NadekoBot/NadekoBot.csproj | 2 ++ src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/NadekoBot/NadekoBot.csproj b/src/NadekoBot/NadekoBot.csproj index 9b94adb48..74f9666ef 100644 --- a/src/NadekoBot/NadekoBot.csproj +++ b/src/NadekoBot/NadekoBot.csproj @@ -21,6 +21,7 @@ all + True @@ -59,6 +60,7 @@ all + True diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 9b3464197..3cdd3f5ab 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -7,7 +7,7 @@ namespace NadekoBot.Services; public sealed class StatsService : IStatsService, IReadyExecutor, INService { - public const string BOT_VERSION = "4.1.0"; + public const string BOT_VERSION = "4.1.1"; public string Author => "Kwoth#2452";