version upped to 1.51

This commit is contained in:
Master Kwoth 2017-06-28 02:46:26 +02:00
parent 942f15cf05
commit ed3ccbf6d9

View File

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