From f3d8a0cc8062c6740221f0547616f1926618469a Mon Sep 17 00:00:00 2001 From: high Date: Fri, 10 Jun 2011 19:51:26 -0400 Subject: [PATCH] gawd, versionnum said 2.0.0.6 but apparently we were on 2.0.0.7. Increased again --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 3d366a77..50c5e971 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, 7); + public static Version VersionNum = new Version(2, 0, 0, 8); public static string VersionCodename = "RSaC (Red Sucks at Coding)";