incrementPatch method

VersionParser incrementPatch()

Implementation

VersionParser incrementPatch() => VersionParser(major, minor, patch + 1);