Skip to content

Commit

Permalink
v5.0-beta-11f
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirsario committed Sep 11, 2022
1 parent 1a06259 commit ee7222b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OverhaulMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class OverhaulMod : Mod
{
public static readonly uint BetaNumber = 11;
public static readonly bool IsBeta = BetaNumber > 0;
public static readonly string VersionSuffix = $"(BETA {BetaNumber}E)";
public static readonly string VersionSuffix = $"(BETA {BetaNumber}F)";
public static readonly string PersonalDirectory = Path.Combine(Main.SavePath, "TerrariaOverhaul");
public static readonly Version MinimalTMLVersion = new("0.12");
public static readonly Assembly Assembly;
Expand Down
4 changes: 2 additions & 2 deletions build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
author = Mirsario
version = 5.0.0.20
displayName = Terraria Overhaul (v5.0 BETA 11E)
version = 5.0.0.22
displayName = Terraria Overhaul (v5.0 BETA 11F)
homepage = https://github.com/Mirsario/TerrariaOverhaul
hideCode = false
hideResources = false
Expand Down

0 comments on commit ee7222b

Please sign in to comment.