generates a patch version number based on a given minor version
for example: given the following git tags: v0.1, v0.1.1, v0.1.2 if v0.1 is given as argument will print v0.1.3 as output.
gitversion patch [flags]
-h, --help help for patch
- gitversion - generates a version numbers based on git tags. This tool will use git's .git/refs/tags as its data source