upToNextMinor(from:)
Returns a requirement for a version range, starting at the given minimum version and going up to the next minor version.
Declaration
static func upToNextMinor(from version: Version) -> Range<Bound> where Bound == VersionParameters
- version:
The minimum version for the version range.