From 363ef42923634194a167e5db3356275384b800ec Mon Sep 17 00:00:00 2001 From: Hokuto Chen Date: Sat, 12 Mar 2022 20:55:03 +0000 Subject: [PATCH] incorrect bot version (we are on 4.0.4)? --- src/NadekoBot/Services/Impl/StatsService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 8fbf8b5d0..43376b85e 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -1,4 +1,4 @@ -#nullable disable +#nullable disable using Humanizer.Localisation; using NadekoBot.Common.ModuleBehaviors; using System.Diagnostics; @@ -7,7 +7,7 @@ namespace NadekoBot.Services; public class StatsService : IStatsService, IReadyExecutor, INService, IDisposable { - public const string BOT_VERSION = "4.0.3"; + public const string BOT_VERSION = "4.0.4"; public string Author => "Kwoth#2452"; @@ -189,4 +189,4 @@ public class StatsService : IStatsService, IReadyExecutor, INService, IDisposabl _currentProcess.Dispose(); GC.SuppressFinalize(this); } -} \ No newline at end of file +}