Upped version and changelog

This commit is contained in:
Kwoth
2022-01-06 05:15:11 +01:00
parent e1776d6093
commit 31af5ea8c2
2 changed files with 8 additions and 3 deletions

View File

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