From 9c9e676ae9dad44e1f057644a20c2ef407c81f7a Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Fri, 5 Feb 2016 08:10:43 +0100 Subject: [PATCH] essential commit --- NadekoBot/Classes/NadekoStats.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NadekoBot/Classes/NadekoStats.cs b/NadekoBot/Classes/NadekoStats.cs index 85f98d10..a6737207 100644 --- a/NadekoBot/Classes/NadekoStats.cs +++ b/NadekoBot/Classes/NadekoStats.cs @@ -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;