From f616364d8a35eb0f52f6e183b14d2bcf3d050f34 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 25 Jun 2022 10:42:16 +0200 Subject: [PATCH] Upped version to 4.2.9 --- CHANGELOG.md | 6 +++++- src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3641d402..1c21b31da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o -## Unreleased +## [4.2.9] - 25.06.202 + +### Fixed + +- Fixed `creds_example.yml` misssing from output directory ## [4.2.8] - 24.06.2022 diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index e51787f22..8bba54f79 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.8"; + public const string BOT_VERSION = "4.2.9"; public string Author => "Kwoth#2452";