Improvements to clash of clans organizer

This commit is contained in:
Master Kwoth
2016-02-17 17:14:50 +01:00
parent 070cf5d967
commit de72817847
2 changed files with 144 additions and 73 deletions

View File

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