# 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.
# Structs
No description provided by the author
VersionMismatchErr is an error to indicate version mismatch.
# Type aliases
VersionCheckerBinary is an enum for supported version checking.