version upped

This commit is contained in:
Master Kwoth
2017-10-30 15:14:41 +01:00
parent 0f3004dce7
commit d152611715
2 changed files with 3 additions and 3 deletions

View File

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