diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 057c8d1a7..8fbf8b5d0 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -7,7 +7,7 @@ namespace NadekoBot.Services; public class StatsService : IStatsService, IReadyExecutor, INService, IDisposable { - public const string BOT_VERSION = "4.0.1"; + public const string BOT_VERSION = "4.0.3"; public string Author => "Kwoth#2452";