incrementMinor method

VersionParser incrementMinor()

Implementation

VersionParser incrementMinor() => VersionParser(major, minor + 1, 0);