API Version Tick: 1.25

Fixes compatibility with new API revision
This commit is contained in:
Lucas Nicodemus 2016-10-03 21:40:13 -06:00 committed by GitHub
parent 5c1d5ae586
commit bcf8cb644f

View file

@ -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.
/// </summary>
[ApiVersion(1, 24)]
[ApiVersion(1, 25)]
public class TShock : TerrariaPlugin
{
/// <summary>VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.</summary>