diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index 650cfa85..f6c1764b 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -48,5 +48,5 @@ using System.Runtime.InteropServices; // Build Number // MMdd of the build -[assembly: AssemblyVersion("3.8.0.0304")] -[assembly: AssemblyFileVersion("3.8.0.0304")] +[assembly: AssemblyVersion("3.9.0.0526")] +[assembly: AssemblyFileVersion("3.9.0.0526")] diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 512b429c..c2ca92d5 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 = "Squashing bugs, and adding suggestions"; + public static readonly string VersionCodename = "Zack time: 1 week = 3 months"; public static string SavePath = "tshock";