Fixed an issue with publish not having required dlls

This commit is contained in:
Kwoth
2022-04-16 17:04:10 +02:00
parent 7512f4a1e0
commit 0b64df95ef
2 changed files with 3 additions and 1 deletions

View File

@@ -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";