Update submodule and version numbers

This commit is contained in:
Enerdy 2016-05-25 17:42:04 +01:00
parent 1a11beded7
commit d1168003e7
3 changed files with 5 additions and 5 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, 22)]
[ApiVersion(1, 23)]
public class TShock : TerrariaPlugin
{
/// <summary>VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.</summary>