We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f6b66 commit 0d9239aCopy full SHA for 0d9239a
Code Librarian/FrmAbout.cs
@@ -55,7 +55,7 @@ private void PnlButtonImage_Click(object sender, EventArgs e)
55
private void FrmAbout_Load(object sender, EventArgs e)
56
{
57
// Automatically sets title and version information in label.
58
- lblTitleVer.Text = $"{Application.ProductName} v{Application.ProductVersion} (2019-07-01)";
+ lblTitleVer.Text = $"{Application.ProductName} v{Application.ProductVersion} (2019-07-16)";
59
60
// We store the actual link this way in case we ever want to make changes to the link label.
61
lnkGitHub.Links.Add(new LinkLabel.Link() { LinkData = "https://github.com/StevenJDH/Code-Librarian" });
0 commit comments