incremented version, logserver and userpresence can be used by manageserver perm

This commit is contained in:
Master Kwoth
2016-02-20 21:34:07 +01:00
parent 7e295d2b89
commit 3f1ced0826
2 changed files with 3 additions and 3 deletions

View File

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