This repo uses semantic versioning for tagging releases. Read semantic versioning basics here
rake release
This bumps up the patch version in VERSION
file and tags the release.
rake release:minor
This bumps up the minor version in VERSION
file and tags the release.
rake release:major
This bumps up the major version in VERSION
file and tags the release.