Forgot to update the version to 4.3.1

This commit is contained in:
Kwoth
2022-07-27 11:21:08 +02:00
parent a2715740c1
commit 8440b34338

View File

@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
public sealed class StatsService : IStatsService, IReadyExecutor, INService
{
public const string BOT_VERSION = "4.3.0";
public const string BOT_VERSION = "4.3.1";
public string Author
=> "Kwoth#2452";