Skip to content

Commit

Permalink
v0.11.8.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed Feb 20, 2021
1 parent 0430d1b commit 365a441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patches/tModLoader/Terraria.ModLoader/ModLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static class ModLoader

public static readonly string branchName = "";
// beta > 0 cannot publish to mod browser
public static readonly int beta = 2;
public static readonly int beta = 0;

// SteamApps.GetCurrentBetaName(out string betaName, 100) ? betaName :
public static readonly string versionedName = $"tModLoader v{version}" +
Expand Down
2 changes: 1 addition & 1 deletion solutions/CompleteRelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@ECHO off
:: Compile/Build exe
echo "Building Release"
set tModLoaderVersion=v0.11.8.1 Beta 2
set tModLoaderVersion=v0.11.8.1
call buildRelease.bat

set destinationFolder=.\tModLoader %tModLoaderVersion% Release
Expand Down

0 comments on commit 365a441

Please sign in to comment.