Skip to content

Commit 0d9239a

Browse files
committed
Updated version release date
1 parent e9f6b66 commit 0d9239a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code Librarian/FrmAbout.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private void PnlButtonImage_Click(object sender, EventArgs e)
5555
private void FrmAbout_Load(object sender, EventArgs e)
5656
{
5757
// Automatically sets title and version information in label.
58-
lblTitleVer.Text = $"{Application.ProductName} v{Application.ProductVersion} (2019-07-01)";
58+
lblTitleVer.Text = $"{Application.ProductName} v{Application.ProductVersion} (2019-07-16)";
5959

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

0 commit comments

Comments
 (0)