From bd9d89599e900df49800a2657d47636ba5648ee7 Mon Sep 17 00:00:00 2001 From: Shank Date: Fri, 3 Jun 2011 00:50:48 -0600 Subject: [PATCH] Version Tick: 1.5 for release --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 8d64a139..f036887d 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, 4, 0, 0); + public static Version VersionNum = new Version(1, 5, 0, 0); public static bool shownVersion = false;