Skip to content

Commit

Permalink
Revert another change from #166
Browse files Browse the repository at this point in the history
  • Loading branch information
LegoFigure11 committed Sep 23, 2023
1 parent de5a290 commit 78c945f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RaidCrawler.WinForms/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public MainWindow()
else
Config = new();

formTitle = $"RaidCrawler v{v.Major}.{v.Minor}.{v.Build} {Config.InstanceName}";
formTitle = $"RaidCrawler v{v.Major}.{v.Minor}.{v.Build}{build} {Config.InstanceName}";
Text = formTitle;

// load raids
Expand Down

0 comments on commit 78c945f

Please sign in to comment.