Version upped to 1.9.1

This commit is contained in:
Master Kwoth 2017-09-24 06:56:05 +02:00
parent 8b6bf2f269
commit 37106e5613

View File

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