From 96e6fb20c38a1186bf44d3861f2fe891a7fdf072 Mon Sep 17 00:00:00 2001 From: high Date: Fri, 10 Jun 2011 19:49:02 -0400 Subject: [PATCH] VersionNum to 2.0.0.7 --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index e05cd0b4..3d366a77 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -19,7 +19,7 @@ namespace TShockAPI public static string saveDir = "./tshock/"; - public static Version VersionNum = new Version(2, 0, 0, 6); + public static Version VersionNum = new Version(2, 0, 0, 7); public static string VersionCodename = "RSaC (Red Sucks at Coding)";