Version upped to 4.0.5, updated changelog

This commit is contained in:
Kwoth
2022-03-21 16:00:05 +01:00
parent cbcfa77a34
commit 59cea6ee38
2 changed files with 9 additions and 1 deletions

View File

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