Compare commits

..

1 Commits
4.2.4 ... 4.2.5

Author SHA1 Message Date
Kwoth
9103dd9fdb Upped version to 4.2.5 as ci didn't run for 4.2.4 2022-06-18 02:07:25 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
## [4.2.4] - 17.06.2022
## [4.2.5] - 18.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.4";
public const string BOT_VERSION = "4.2.5";
public string Author
=> "Kwoth#2452";