From 83194fca6e62f668cf108bf5e67337a7677e9477 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sun, 29 Oct 2017 05:02:00 +0100 Subject: [PATCH] 2.2.2 --- 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 9c3600b8..ec61e51f 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.2.1"; + public const string BotVersion = "2.2.2"; public string Author => "Kwoth#2560"; public string Library => "Discord.Net";