formatting fixes

This commit is contained in:
Master Kwoth
2016-02-14 03:18:38 +01:00
parent 6fb9b37217
commit 0afb3cc4eb
3 changed files with 5 additions and 2 deletions

View File

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