Merge branch 'hokutochen-v4-patch-80313' into 'v4'

incorrect bot version (we are on 4.0.4)?

See merge request Kwoth/nadekobot!236
This commit is contained in:
Kwoth
2022-03-15 00:00:17 +00:00

View File

@@ -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);
}
}
}