Module self_update::version

source ·
Expand description

Semver version checks

The following functions compare two semver compatible version strings.

Functions

Check if a new version is compatible with the current
Check if a version is greater than the current
Check if a new version is a major bump
Check if a new version is a minor bump
Check if a new version is a patch bump