Upped version to 3.0.1

This commit is contained in:
Kwoth
2021-09-11 00:01:05 +02:00
parent b6e03dcaed
commit 8735dcf94d

View File

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