From 44478e0f475de903eb61735fe643b21e8989fb0b Mon Sep 17 00:00:00 2001 From: Kwoth Date: Fri, 6 May 2022 19:15:29 +0200 Subject: [PATCH] Upped version to 4.1.4 --- CHANGELOG.md | 4 +++- src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e3f4ba6..a35d59668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,11 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog. ## Unreleased +### [4.1.4] - 06-05-2022 + ### Fixed -- `.yun` fixed +- Fixed `.yun` ## [4.1.3] - 06.05.2022 diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index a89cd9721..36602c748 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.3"; + public const string BOT_VERSION = "4.1.4"; public string Author => "Kwoth#2452";