Update ApiVersion

This commit is contained in:
ProfessorXZ 2016-08-02 18:44:19 +02:00
parent e9d504afd4
commit 0919641b7f
2 changed files with 3 additions and 1 deletions

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