Small change, version upped

This commit is contained in:
Master Kwoth
2017-11-17 04:04:04 +01:00
parent 1e606c246e
commit eac9ad018b
2 changed files with 5 additions and 5 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.5.1";
public const string BotVersion = "2.5.2";
public string Author => "Kwoth#2560";
public string Library => "Discord.Net";