From 793a49fc64683883d6e70f7771edbdc9039cd990 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Wed, 12 Oct 2022 20:20:05 +0200 Subject: [PATCH] Updated version to 4.3.9 --- 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 b5da215d8..165a084c5 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -7,7 +7,7 @@ namespace NadekoBot.Services; public sealed class StatsService : IStatsService, IReadyExecutor, INService { - public const string BOT_VERSION = "4.3.8"; + public const string BOT_VERSION = "4.3.9"; public string Author => "Kwoth#2452";