Skip to content

Commit

Permalink
Bump UpdateManager version
Browse files Browse the repository at this point in the history
  • Loading branch information
wooferzfg committed May 11, 2024
1 parent 136919c commit e16f72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UpdateManager/UpdateManagerUpdateable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public string UpdateURL

public Version Version
{
get { return Version.Parse("2.0.3"); }
get { return Version.Parse("2.0.4"); }
}
}
}

0 comments on commit e16f72c

Please sign in to comment.