pub fn last_release(update_channel: UpdateChannel) -> Result<Release>Expand description
Fetch the most recent release from GitHub matching update_channel.
Returns the first release whose third semver component is < 99 for
Stable, or the absolute latest for Beta.