Release 3.0.3

This commit is contained in:
Kwoth
2021-09-15 19:07:36 +02:00
parent 786ede3290
commit ed039977c2
2 changed files with 5 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.2";
public const string BotVersion = "3.0.3";
public string Author => "Kwoth#2452";
public string Library => "Discord.Net";