version upped

This commit is contained in:
Master Kwoth 2017-09-16 04:35:02 +02:00
parent 6bea4b9f02
commit 9f2d9d6710

View File

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