From 62c016c7cf9573b53d874e4c8cc643b124c29d66 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Mon, 11 Sep 2017 01:49:51 +0200 Subject: [PATCH] 1.8.2 --- src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 798e389a..ba6db3cd 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -20,7 +20,7 @@ namespace NadekoBot.Services.Impl private readonly IBotCredentials _creds; private readonly DateTime _started; - public const string BotVersion = "1.8.1"; + public const string BotVersion = "1.8.2"; public string Author => "Kwoth#2560"; public string Library => "Discord.Net";