Heaven's Disciples Media Software
Semantic Software Versioning
At Heaven's Disciples Media, we use Semantic Versioning, or SemVer, for our software package versions.
Semantic Versioning uses 3 numbers for major versions, minor versions, and patches.
- Example Software version 7.15.80
- Major version 7 is for major changes that break the software's API for the major version 6.
- Minor version 15 is for minor changes, such as new features that are backwards compatible with older minor versions of the same major version 7.
- Patch version 80 is for bug fixes.