From 7e8e8fb9864b7e6b6be954db279b76da10388709 Mon Sep 17 00:00:00 2001 From: Shank Date: Tue, 14 Jun 2011 01:38:22 -0600 Subject: [PATCH] Version Tick: 2.1.0.3 (Fuck it, no hostname resolution if nobody bothers to test) --- TShockAPI/TShock.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;