From 5c10115b07dc3f5006c2b1ba8bdb47a27434e335 Mon Sep 17 00:00:00 2001 From: Shank Date: Thu, 2 Jun 2011 03:29:34 -0600 Subject: [PATCH] Version Tick: 1.4.0.0 --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index b2cd9982..83a8f326 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, 3, 0, 1); + public static Version VersionNum = new Version(1, 4, 0, 0); public static bool shownVersion = false;