Engine versioning
Release versions follow the MAJOR.MINOR.PATCH format and adhere to the Semantic Versioning 2.0.0 convention.- MAJOR versions contain changes that break compatibility between releases
- MINOR versions introduce new features that are backwards compatible
- PATCH versions only contain high-priority bug fixes and security updates