- MAJOR =
"Major versions are incremented if any backwards incompatible changes are introduced to the public API. \nIt MAY include minor and patch level changes.\n"
- MINOR =
"Minor versions are incremented if new, backwards compatible functionality is introduced to the public \nAPI, or if older functionality is deprecated.\n"
- PATCH =
"Patch versions are incremented if only backwards compatible bug fixes are introduced. A bug fix is \ndefined as an internal change that fixes incorrect behavior.\" \n"