Version upped to 3.0.8

This commit is contained in:
Kwoth
2021-11-03 15:23:45 +01:00
parent 2a4d55f81d
commit dc344caec6

View File

@@ -20,7 +20,7 @@ namespace NadekoBot.Services
private readonly IBotCredentials _creds;
private readonly DateTime _started;
public const string BotVersion = "3.0.7";
public const string BotVersion = "3.0.8";
public string Author => "Kwoth#2452";
public string Library => "Discord.Net";
public double MessagesPerSecond => MessageCounter / GetUptime().TotalSeconds;