Version tick 4.2.9
inb4 "Shank should not have released without clearing it with everyone"
This commit is contained in:
parent
04b1aff65a
commit
2658aa1c6d
2 changed files with 3 additions and 3 deletions
|
|
@ -53,5 +53,5 @@ using System.Runtime.InteropServices;
|
||||||
// Also, be sure to release on github with the exact assembly version tag as below
|
// Also, be sure to release on github with the exact assembly version tag as below
|
||||||
// so that the update manager works correctly (via the Github releases api and mimic)
|
// so that the update manager works correctly (via the Github releases api and mimic)
|
||||||
|
|
||||||
[assembly: AssemblyVersion("4.2.8")]
|
[assembly: AssemblyVersion("4.2.9")]
|
||||||
[assembly: AssemblyFileVersion("4.2.8")]
|
[assembly: AssemblyFileVersion("4.2.9")]
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ namespace TShockAPI
|
||||||
public class TShock : TerrariaPlugin
|
public class TShock : TerrariaPlugin
|
||||||
{
|
{
|
||||||
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
|
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
|
||||||
public static readonly string VersionCodename = "2015!!";
|
public static readonly string VersionCodename = "nicatronTg hotfixes 4.2.8 in less than an hour edition";
|
||||||
|
|
||||||
public static string SavePath = "tshock";
|
public static string SavePath = "tshock";
|
||||||
private const string LogFormatDefault = "yyyy-MM-dd_HH-mm-ss";
|
private const string LogFormatDefault = "yyyy-MM-dd_HH-mm-ss";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue