github.com/scanf/semver-incrementer

make it a little easier to version


License
Apache-2.0

Documentation

semver-incrementer

Just a small thing which takes your version and increments it by a number specified. It is assumed that the numbers are not going beyond 9 when incremented.

Usage

$ semver-incrementer 0.1.9 1
$ 0.2.0