diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 3a600060..0a5c2212 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -36,9 +36,9 @@ namespace TShockAPI public static string saveDir = "./tshock/"; - public static Version VersionNum = new Version(2, 1, 0, 2); + public static Version VersionNum = new Version(2, 1, 0, 3); - public static string VersionCodename = "Forgot to close the issue."; + public static string VersionCodename = "Revert!"; private static bool[] BlacklistTiles;