diff --git a/CHANGELOG.md b/CHANGELOG.md index 847021e9a..5af8a5bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog. ## Unreleased -## [4.1.1] - 16.04.2022 +## [4.1.2] - 16.04.2022 ### Fixed diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 3cdd3f5ab..0978f6a1e 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.1.1"; + public const string BOT_VERSION = "4.1.2"; public string Author => "Kwoth#2452";