Skip to content

Commit 29477ab

Browse files
committed
Update version codename
1 parent 695cf67 commit 29477ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TShockAPI/TShock.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class TShock : TerrariaPlugin
6363
/// <summary>VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.</summary>
6464
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
6565
/// <summary>VersionCodename - The version codename is displayed when the server starts. Inspired by software codenames conventions.</summary>
66-
public static readonly string VersionCodename = "Better late than never!";
66+
public static readonly string VersionCodename = "Stargazer";
6767

6868
/// <summary>SavePath - This is the path TShock saves its data in. This path is relative to the TerrariaServer.exe (not in ServerPlugins).</summary>
6969
public static string SavePath = "tshock";

0 commit comments

Comments
 (0)