Skip to content

Commit 9461a58

Browse files
committed
Fix v. in UI changelog
1 parent 2d8578a commit 9461a58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SignToolGUI/Forms/ChangelogForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private void ChangelogForm_Load(object sender, EventArgs e)
1919
private void PopulateChangelog()
2020
{
2121
// Changelog content
22-
var changelogContent = " Version 2.0.0.0 (00-00-2025):\n\n" +
22+
var changelogContent = " Version 2.0.0.0 (11-09-2025):\n\n" +
2323
" New Features\n" +
2424
" - Added certificate monitoring functionality with new CertificateMonitor class and CertificateStatus Form\n" +
2525
" - Introduced comprehensive timestamp server management system\n" +

0 commit comments

Comments
 (0)