From c6c1e9125e84a375e3c08246a775143558a2d07e Mon Sep 17 00:00:00 2001 From: Shank Date: Sun, 12 Jun 2011 03:15:32 -0600 Subject: [PATCH] f7u12: forgot to close the ticket. Closes #21 --- TShockAPI/TShock.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 15177a15..574e328c 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, 0); + public static Version VersionNum = new Version(2, 1, 0, 1); - public static string VersionCodename = "Versioning fails"; + public static string VersionCodename = "Forgot to close the issue."; private static bool[] BlacklistTiles;