更新对话框版本信息

This commit is contained in:
PeterZhong 2025-06-08 16:17:20 +08:00
parent 6a1fe1fa3f
commit 86b800c477

View File

@ -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}", "版本信息");