in internal/version.go [20:22]
func (v Semver) Less(other Semver) bool { return semver.Compare(v.String(), other.String()) < 0 }