mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Version upped to 4.0.5, updated changelog
This commit is contained in:
@@ -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
|
||||||
|
@@ -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";
|
||||||
|
Reference in New Issue
Block a user