Skip to content

Commit

Permalink
✨发布V1.4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Monika1313 committed Aug 18, 2024
1 parent 7cc725e commit ab3735e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wu.CommTool/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ void GoForwar()
[property: JsonIgnore]
private void AppUpdate()
{
AutoUpdater.InstalledVersion = new Version("1.4.0.7");//当前的App版本
AutoUpdater.InstalledVersion = new Version("1.4.0.8");//当前的App版本
AutoUpdater.HttpUserAgent = "AutoUpdater";
AutoUpdater.ReportErrors = true;

Expand Down

0 comments on commit ab3735e

Please sign in to comment.