From dec885baacd6e84641014f4b13ec485bdff50758 Mon Sep 17 00:00:00 2001 From: Enerdy Date: Sat, 4 Jul 2015 18:40:03 +0100 Subject: [PATCH] Tick ApiVersion --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 532bd3e6..1f34fa08 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -45,7 +45,7 @@ namespace TShockAPI /// This is the TShock main class. TShock is a plugin on the TerrariaServerAPI, so it extends the base TerrariaPlugin. /// TShock also complies with the API versioning system, and defines its required API version here. /// - [ApiVersion(1, 17)] + [ApiVersion(1, 18)] public class TShock : TerrariaPlugin { /// VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.