From d255fa60bf7192c95f91949289c03648ba65d448 Mon Sep 17 00:00:00 2001 From: Shank Date: Sat, 4 Jun 2011 12:41:14 -0600 Subject: [PATCH] Version tick: 1.6.0.0 --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 351b0faf..9ae7be08 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, 5, 0, 1); + public static Version VersionNum = new Version(1, 6, 0, 0); public static bool shownVersion = false;