Skip to content

Commit 5da87e7

Browse files
committed
v0.11.8 release
1 parent d34d624 commit 5da87e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patches/tModLoader/Terraria.ModLoader/ModLoader.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static class ModLoader
3535

3636
public static readonly string branchName = "";
3737
// beta > 0 cannot publish to mod browser
38-
public static readonly int beta = 2;
38+
public static readonly int beta = 0;
3939

4040
// SteamApps.GetCurrentBetaName(out string betaName, 100) ? betaName :
4141
public static readonly string versionedName = $"tModLoader v{version}" +

solutions/CompleteRelease.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@ECHO off
55
:: Compile/Build exe
66
echo "Building Release"
7-
set tModLoaderVersion=v0.11.8 Beta 2
7+
set tModLoaderVersion=v0.11.8
88
call buildRelease.bat
99

1010
set destinationFolder=.\tModLoader %tModLoaderVersion% Release

0 commit comments

Comments
 (0)