Skip to main content

versions_compatible

Function versions_compatible 

Source
pub fn versions_compatible(
    cli_version: &str,
    image_version: Option<&str>,
) -> bool
Expand description

Compare versions and determine if they match

Returns true if versions are compatible (same or dev build). Returns false if versions differ and user should be prompted.