version upped to 1.1.1

This commit is contained in:
Kwoth 2017-01-15 14:28:06 +01:00
parent 9052d96f22
commit 228c6b57cf

View File

@ -15,7 +15,7 @@ namespace NadekoBot.Services.Impl
private DiscordShardedClient client;
private DateTime started;
public const string BotVersion = "1.1.0";
public const string BotVersion = "1.1.1";
public string Author => "Kwoth#2560";
public string Library => "Discord.Net";