incorrect bot version (we are on 4.0.4)?

This commit is contained in:
Hokuto Chen
2022-03-12 20:55:03 +00:00
parent cc522ef872
commit 363ef42923

View File

@@ -1,4 +1,4 @@
#nullable disable #nullable disable
using Humanizer.Localisation; using Humanizer.Localisation;
using NadekoBot.Common.ModuleBehaviors; using NadekoBot.Common.ModuleBehaviors;
using System.Diagnostics; using System.Diagnostics;
@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
public class StatsService : IStatsService, IReadyExecutor, INService, IDisposable 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 public string Author
=> "Kwoth#2452"; => "Kwoth#2452";