From f2df7be2028f74d619d6cad2ac38cb4f48c7c30b Mon Sep 17 00:00:00 2001 From: high Date: Tue, 9 Aug 2011 18:25:06 -0400 Subject: [PATCH] updated api version attribute --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 56f13d99..07ad2dcc 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -44,7 +44,7 @@ using TShockAPI.DB; namespace TShockAPI { - [APIVersion(1, 6)] + [APIVersion(1, 7)] public class TShock : TerrariaPlugin { public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;