Commit 74489fd 1 parent 404d8c3 commit 74489fd Copy full SHA for 74489fd
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public class OverhaulMod : Mod
12
12
{
13
13
public static readonly uint BetaNumber = 12 ;
14
14
public static readonly bool IsBeta = BetaNumber > 0 ;
15
- public static readonly string VersionSuffix = $ "(BETA { BetaNumber } )";
15
+ public static readonly string VersionSuffix = $ "(BETA { BetaNumber } B )";
16
16
public static readonly string PersonalDirectory = Path . Combine ( Main . SavePath , "TerrariaOverhaul" ) ;
17
17
public static readonly Version MinimalTMLVersion = new ( "0.12" ) ;
18
18
public static readonly Assembly Assembly ;
Original file line number Diff line number Diff line change 1
1
author = Mirsario
2
- version = 5.0.0.24
3
- displayName = Terraria Overhaul (v5.0 BETA 12 )
2
+ version = 5.0.0.26
3
+ displayName = Terraria Overhaul (v5.0 BETA 12B )
4
4
homepage = https://github.com/Mirsario/TerrariaOverhaul
5
5
hideCode = false
6
6
hideResources = false
You can’t perform that action at this time.
0 commit comments