From 1517a35ef71bacdf82f713eed5450f2f5fa022c4 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Wed, 29 Jun 2022 11:16:32 +0200 Subject: [PATCH] Upped version to 4.2.10 --- CHANGELOG.md | 4 ++++ src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc62fc173..246b5d7c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o +## [4.2.10] - 29.06.202 + +- Fixed currency generation working only once + ## [4.2.9] - 25.06.2022 ### Fixed diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 8bba54f79..02338da74 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.2.9"; + public const string BOT_VERSION = "4.2.10"; public string Author => "Kwoth#2452";