Find finds the biggest valid semver version in a slice of strings.
The initial order of the versions does not matter.
Returns the biggest valid semver version if found, otherwise an error stating no valid semver version has been found.
Parse parses a version string into a semver version struct.
It tolerates certain version specifications that do not strictly adhere to semver specs.
See the library documentation for more information.
Returns the parsed blang/semver/v4 Version.