Skip to content

Commit

Permalink
Tick ApiVersion to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
AxisKriel committed May 25, 2016
1 parent 02b3c9a commit 038bb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TerrariaApi.Server/ServerApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static class ServerApi
{
public const string PluginsPath = "ServerPlugins";

public static readonly Version ApiVersion = new Version(1, 22, 0, 0);
public static readonly Version ApiVersion = new Version(1, 23, 0, 0);
private static Main game;
private static readonly Dictionary<string, Assembly> loadedAssemblies = new Dictionary<string, Assembly>();
private static readonly List<PluginContainer> plugins = new List<PluginContainer>();
Expand Down

0 comments on commit 038bb3c

Please sign in to comment.