Segment represents either patch, minor, major numbers is a semantic version.
const (
// Patch is the patch number in a semantic version. Patch Segment = iota// Minor is the minor number in a semantic version. Minor
// Major is the major number in a semantic version. Major
)