Version upped to 4.0.5, updated changelog

This commit is contained in:
Kwoth
2022-03-21 16:00:05 +01:00
parent cbcfa77a34
commit 59cea6ee38
2 changed files with 9 additions and 1 deletions

View File

@@ -7,6 +7,14 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
- More cool stuff coming soon - More cool stuff coming soon
## [4.0.5] - 21.03.2022
### Fixes
- Fixed several bugs in the currency code
- Fixed some potential memory leaks
- Fixed some response strings
## [4.0.4] - 04.03.2022 ## [4.0.4] - 04.03.2022
### Fixed ### Fixed

View File

@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
public sealed class StatsService : IStatsService, IReadyExecutor, INService, IDisposable public sealed class StatsService : IStatsService, IReadyExecutor, INService, IDisposable
{ {
public const string BOT_VERSION = "4.0.4"; public const string BOT_VERSION = "4.0.5";
public string Author public string Author
=> "Kwoth#2452"; => "Kwoth#2452";