essential commit

This commit is contained in:
Master Kwoth
2016-02-03 17:42:43 +01:00
parent dd5f5c415c
commit 370fc22f05
2 changed files with 5 additions and 5 deletions

View File

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