Skip to content

Commit

Permalink
update known version for TeamViewer to 15.53.7
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed May 9, 2024
1 parent f03c896 commit de57015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/software/TeamViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public override AvailableSoftware knownInfo()
{
var signature = new Signature(publisherX509, certificateExpiration);
return new AvailableSoftware("TeamViewer",
"15.53.6",
"15.53.7",
"^TeamViewer$",
"^TeamViewer$",
new InstallInfoExe(
Expand Down

0 comments on commit de57015

Please sign in to comment.