Skip to content

Commit

Permalink
Updated version release date
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenJDH committed Jul 16, 2019
1 parent e9f6b66 commit 0d9239a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code Librarian/FrmAbout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private void PnlButtonImage_Click(object sender, EventArgs e)
private void FrmAbout_Load(object sender, EventArgs e)
{
// Automatically sets title and version information in label.
lblTitleVer.Text = $"{Application.ProductName} v{Application.ProductVersion} (2019-07-01)";
lblTitleVer.Text = $"{Application.ProductName} v{Application.ProductVersion} (2019-07-16)";

// We store the actual link this way in case we ever want to make changes to the link label.
lnkGitHub.Links.Add(new LinkLabel.Link() { LinkData = "https://github.com/StevenJDH/Code-Librarian" });
Expand Down

0 comments on commit 0d9239a

Please sign in to comment.