Upped version to 4.1.4

This commit is contained in:
Kwoth
2022-05-06 19:15:29 +02:00
parent c73c2da6a4
commit 44478e0f47
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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";