gawd, versionnum said 2.0.0.6 but apparently we were on 2.0.0.7. Increased again

This commit is contained in:
high 2011-06-10 19:51:26 -04:00
parent 96e6fb20c3
commit f3d8a0cc80

View file

@ -19,7 +19,7 @@ namespace TShockAPI
public static string saveDir = "./tshock/"; 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)"; public static string VersionCodename = "RSaC (Red Sucks at Coding)";