Skip to content

Commit 1baad06

Browse files
committed
Version tick: 5.0.0
1 parent 80c2ff6 commit 1baad06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

TShockAPI/TShock.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class TShock : TerrariaPlugin
5959
/// <summary>VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.</summary>
6060
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
6161
/// <summary>VersionCodename - The version codename is displayed when the server starts. Inspired by software codenames conventions.</summary>
62-
public static readonly string VersionCodename = "Audaciously Artistic";
62+
public static readonly string VersionCodename = "Alnilam";
6363

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

TShockAPI/TShockAPI.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Also, be sure to release on github with the exact assembly version tag as below
1919
so that the update manager works correctly (via the Github releases api and mimic)
2020
-->
21-
<Version>5.0.0-beta.0.6</Version>
21+
<Version>5.0.0</Version>
2222
<AssemblyTitle>TShock for Terraria</AssemblyTitle>
2323
<Company>Pryaxis &amp; TShock Contributors</Company>
2424
<Product>TShockAPI</Product>

TerrariaServerAPI

0 commit comments

Comments
 (0)