blob: c90a3855424b6a15e322bd810607dfbf0a4b4057 (
plain)
1
2
3
4
5
6
7
8
9
|
## Versioning {#versioning}
We following [SEMVER](http://semver.org/) standards, using a MAJOR.MINOR.PATCH versioning scheme. This means that we will increment versioning in the following way:
* MAJOR version when we make incompatible API changes,
* MINOR version when we add functionality in a backwards-compatible manner,
* PATCH version when we make backwards-compatible bug fixes.
You can see the current version and deploy date by viewing the [Status](https://api.dc01.gamelockerapp.com/status) endpoint.
|