diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c05c57d9..0488f528b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog. ## Unreleased + + +## [3.0.3] - 15.09.2021 + ### Added - Added `.massban` to ban multiple people at once. 30 second cooldown diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 8e86bd2fd..14b9f74cc 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -19,7 +19,7 @@ namespace NadekoBot.Services private readonly IBotCredentials _creds; private readonly DateTime _started; - public const string BotVersion = "3.0.2"; + public const string BotVersion = "3.0.3"; public string Author => "Kwoth#2452"; public string Library => "Discord.Net";