Possible fix for .iamn close #1742

This commit is contained in:
Master Kwoth
2017-10-23 19:55:36 +02:00
parent fb6d89368e
commit 3005ae3595
4 changed files with 7 additions and 5 deletions

View File

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