Skip to content

Commit

Permalink
Fixes #113
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanFeldman committed Jun 5, 2017
1 parent 528cf5f commit 709513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6918,7 +6918,7 @@ private void MainForm_Load(object sender, EventArgs e)
var version = VersionHelper.RetrieveLatestReleaseFromGitHubAsync().Result;
if (!string.IsNullOrWhiteSpace(version))
{
Text = $@"Service Bus Explore {version}";
Text = $@"Service Bus Explorer {version}";
}
}
#endregion
Expand Down

0 comments on commit 709513d

Please sign in to comment.