essential commit

This commit is contained in:
Master Kwoth 2016-02-05 08:10:43 +01:00
parent cdb9750455
commit 9c9e676ae9

View File

@ -12,7 +12,7 @@ namespace NadekoBot
{
public class NadekoStats
{
public string BotVersion = "0.8-beta6";
public string BotVersion = "0.8-beta7";
private static readonly NadekoStats _instance = new NadekoStats();
public static NadekoStats Instance => _instance;