1
Fork 0
mirror of https://gitlab.com/Kwoth/nadekobot.git synced 2024-10-02 20:13:13 +00:00

Upped version to 4.2.5 as ci didn't run for 4.2.4

This commit is contained in:
Kwoth 2022-06-18 02:07:25 +02:00
parent 1a8c9a6cba
commit 9103dd9fdb
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";