From df123057075c97e7b4ac61679f324561257b246e Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Fri, 27 Oct 2017 18:40:34 +0200 Subject: [PATCH] version upped --- NadekoBot.Core/Services/Impl/StatsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NadekoBot.Core/Services/Impl/StatsService.cs b/NadekoBot.Core/Services/Impl/StatsService.cs index 4b2f7248..ca08eaec 100644 --- a/NadekoBot.Core/Services/Impl/StatsService.cs +++ b/NadekoBot.Core/Services/Impl/StatsService.cs @@ -21,7 +21,7 @@ namespace NadekoBot.Core.Services.Impl private readonly IBotCredentials _creds; private readonly DateTime _started; - public const string BotVersion = "2.1.4"; + public const string BotVersion = "2.2.0"; public string Author => "Kwoth#2560"; public string Library => "Discord.Net";