version upped

This commit is contained in:
Master Kwoth 2017-11-05 20:59:57 +01:00
parent f9fc6daca7
commit 9124a53ab0

View File

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