Skip to content

Commit

Permalink
Update MainWindow.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hupo376787 committed Oct 11, 2024
1 parent 3578f22 commit 446f50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeiboAlbumDownloader/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private void StopDownLoad(object sender, RoutedEventArgs e)

private async Task GetVersion()
{
double currentVersion = 1.4;
double currentVersion = 2.0;
AppendLog($"当前程序版本V{currentVersion}");

var latestVersionString = await GithubHelper.GetLatestVersion();
Expand Down

0 comments on commit 446f50d

Please sign in to comment.