updated version

This commit is contained in:
Master Kwoth 2016-01-25 14:19:40 +01:00
parent cd15ac93d6
commit ca0489928d

View File

@ -24,7 +24,7 @@ namespace NadekoBot
public static string password; public static string password;
public static string TrelloAppKey; public static string TrelloAppKey;
public static bool ForwardMessages = false; public static bool ForwardMessages = false;
public static string BotVersion = "0.7-beta3"; public static string BotVersion = "0.7-beta4";
static void Main() static void Main()
{ {