update api version attribute

This commit is contained in:
high 2011-08-30 08:44:28 -04:00
parent 21ac8a4a0e
commit c6e62a2225

View file

@ -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;