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