From 9103dd9fdb2fba99f876b5eb9c474c699456e096 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 18 Jun 2022 02:07:25 +0200 Subject: [PATCH] Upped version to 4.2.5 as ci didn't run for 4.2.4 --- CHANGELOG.md | 2 +- src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f746e058f..e9b9a4672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o -## [4.2.4] - 17.06.2022 +## [4.2.5] - 18.06.2022 ### Fixed diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index dfb78d11a..b844ca370 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.4"; + public const string BOT_VERSION = "4.2.5"; public string Author => "Kwoth#2452";