From 0ac875b75b1f40a2b1ea3a8faf5b8d4f91def773 Mon Sep 17 00:00:00 2001 From: Shank Date: Wed, 1 Jun 2011 21:06:22 -0600 Subject: [PATCH] Changes --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 2811a568..381795b2 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -15,7 +15,7 @@ namespace TShockAPI public static string saveDir = "./tshock/"; - public static Version VersionNum = new Version(1, 2, 0, 1); + public static Version VersionNum = new Version(1, 3, 0, 0); public static bool shownVersion = false;