Skip to content
Crt Ahlin edited this page Feb 7, 2019 · 1 revision

Versioning

We follow semantic versioning with 3 levels: x.y.z .

  • x - MAJOR version when you make incompatible API changes.

  • y - MINOR version when you add functionality in a backwards-compatible manner.

  • z - PATCH version when you make backwards-compatible bug fixes.

Clone this wiki locally