pub fn check_version(version: &str) -> Result<(), String>Expand description
major.minor.patch, all numeric.
Neither platform takes anything else. An MSI version is three numbers, and
Google Play orders releases by an integer derived from these; a -beta.1
suffix has nowhere to go in either.