# Functions
CheckVersion checks whether the given Binary version is greater than or equal to the given expected version and fails if it's not.
CheckVersionE checks whether the given Binary version is greater than or equal to the given expected version.
# Type aliases
VersionCheckerBinary is an enum for supported version checking.