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)";