From c6e62a222511672a4de615753d24d6a110b15a95 Mon Sep 17 00:00:00 2001 From: high Date: Tue, 30 Aug 2011 08:44:28 -0400 Subject: [PATCH] update 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 49db3888..85cc0a5b 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -44,7 +44,7 @@ using TShockAPI.Net; namespace TShockAPI { - [APIVersion(1, 7)] + [APIVersion(1, 8)] public class TShock : TerrariaPlugin { public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;