Upped version to 4.2.10

This commit is contained in:
Kwoth
2022-06-29 11:16:32 +02:00
parent c5179979d7
commit 1517a35ef7
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
## [4.2.10] - 29.06.202
- Fixed currency generation working only once
## [4.2.9] - 25.06.2022
### Fixed

View File

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