From 0d9239aa5b886e48f7186f6af072b746c38261f1 Mon Sep 17 00:00:00 2001 From: Steven Jenkins De Haro Date: Tue, 16 Jul 2019 07:32:53 +0200 Subject: [PATCH] Updated version release date --- Code Librarian/FrmAbout.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code Librarian/FrmAbout.cs b/Code Librarian/FrmAbout.cs index e2db5c9..e96128b 100644 --- a/Code Librarian/FrmAbout.cs +++ b/Code Librarian/FrmAbout.cs @@ -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" });