Skip to main content

check_version

Function check_version 

Source
pub fn check_version() -> Result<(String, String)>
Expand description

Fetch the latest release version from GitHub without downloading or applying.

Returns (current_version, latest_version).