Skip to content

Commit

Permalink
fix: remove test version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Mar 23, 2024
1 parent 5ca8939 commit b90b336
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Easydict/NewApp/View/MenuItemView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ struct MenuItemView: View {
let version = await EZMenuItemManager.shared().fetchRepoLatestVersion(EZGithubRepoEasydict)
await MainActor.run {
latestVersion = version
latestVersion = "2.6.2"
}
}
}
Expand Down

0 comments on commit b90b336

Please sign in to comment.