Added some more unloads, upped version to 2.0

This commit is contained in:
Master Kwoth
2017-10-09 00:54:10 +02:00
parent 33ac43e1b5
commit 72f36270dc
6 changed files with 24 additions and 11 deletions

View File

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