From c4efe2965b7709474dd67fad968f2fd535dc5264 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Fri, 4 Mar 2022 01:28:14 +0100 Subject: [PATCH] Upped version to 4.0.3 --- src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";