diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 97e00f00..01e5f49a 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -15,7 +15,7 @@ namespace TShockAPI public static string saveDir = "./tshock/"; - public static Version VersionNum = new Version(1, 5, 0, 0); + public static Version VersionNum = new Version(1, 5, 0, 1); public static bool shownVersion = false;