updated api version attribute

This commit is contained in:
high 2011-08-09 18:25:06 -04:00
parent 8c22b3e448
commit f2df7be202

View file

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