version upped to 2.2.1

This commit is contained in:
Master Kwoth 2017-10-28 12:22:16 +02:00
parent 3908847bfa
commit e25ded9e24

View File

@ -21,7 +21,7 @@ namespace NadekoBot.Core.Services.Impl
private readonly IBotCredentials _creds;
private readonly DateTime _started;
public const string BotVersion = "2.2.0";
public const string BotVersion = "2.2.1";
public string Author => "Kwoth#2560";
public string Library => "Discord.Net";