Version upped to 1.9.3

This commit is contained in:
Master Kwoth 2017-09-28 14:00:02 +02:00
parent 5a749c6d46
commit 26fb2cbfef

View File

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