Version upped to 3.0.5

This commit is contained in:
Kwoth
2021-09-20 19:45:13 +02:00
parent ffba03adbe
commit 2d92424dd4
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
## Unreleased
## [3.0.5] - 20.09.2021
### Fixed
- Fixed images not automatically reloading on startup if the keys don't exist
- Fixed `.logserver` - it should no longer throw an exception if you had no logsettings previously

View File

@@ -19,7 +19,7 @@ namespace NadekoBot.Services
private readonly IBotCredentials _creds;
private readonly DateTime _started;
public const string BotVersion = "3.0.4";
public const string BotVersion = "3.0.5";
public string Author => "Kwoth#2452";
public string Library => "Discord.Net";