Upped version to 1.1.2

This commit is contained in:
Kwoth 2017-01-16 15:28:47 +01:00
parent 35d2ada373
commit df05f7dae9

View File

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