# Functions
GreaterThanOrEqual returns whether or not the first version string is greater than or equal to the second according to Semantic Versioning rules (https://semver.org/).
LessThan returns whether or not the first version string is less than the second according to Semantic Versioning rules (https://semver.org/).