From 86b800c477ef850aede88242d1d2dca9b68e0775 Mon Sep 17 00:00:00 2001 From: PeterZhong Date: Sun, 8 Jun 2025 16:17:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AF=B9=E8=AF=9D=E6=A1=86?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/VersionButton.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/VersionButton.cs b/ui/VersionButton.cs index bc4df57..be464f7 100644 --- a/ui/VersionButton.cs +++ b/ui/VersionButton.cs @@ -22,7 +22,7 @@ namespace LinkToolAddin { internal class VersionButton : Button { - private string version = "0.1.1"; + private string version = "0.1.3"; protected override void OnClick() { MessageBox.Show($"当前LinkTool版本为{version}", "版本信息");