Upped version to 3.0.6. Slightly updated hangman help string

This commit is contained in:
Kwoth
2021-09-27 10:57:10 +02:00
parent 1ac472c676
commit 52c9ec670d
3 changed files with 14 additions and 3 deletions

View File

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