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

@@ -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";