Skip to content

Commit 358ab55

Browse files
committed
Promoting the thingy to Beta.
1 parent 168bfe9 commit 358ab55

File tree

1 file changed

+2
-2
lines changed
  • Source/TweakScaleCompanion_Visuals/Properties

1 file changed

+2
-2
lines changed

Source/TweakScaleCompanion_Visuals/Properties/Version.tt

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ namespace <#= PROJECT_NAME #>
8484
public const int build = <#= build #>;
8585
public const string Number = "<#= major #>.<#= minor #>.<#= patch #>.<#= build #>";
8686
#if DEBUG
87-
public const string Text = Number + " /L ALPHA DEBUG";
87+
public const string Text = Number + " /L BETA DEBUG";
8888
#else
89-
public const string Text = Number + " /L ALPHA";
89+
public const string Text = Number + " /L BETA";
9090
#endif
9191
public const string Vendor = "TweakScaleCompanion";
9292
}

0 commit comments

Comments
 (0)