diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index f97a56fc..e95d385f 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -44,7 +44,7 @@ namespace TShockAPI private static string LogFormat = LogFormatDefault; private static bool LogClear = false; public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version; - public static readonly string VersionCodename = "4.x & 50,000th download milestone"; + public static readonly string VersionCodename = "Welcome to the future."; public static string SavePath = "tshock";