summaryrefslogtreecommitdiff
path: root/en/versioning.md
diff options
context:
space:
mode:
Diffstat (limited to 'en/versioning.md')
-rw-r--r--en/versioning.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/en/versioning.md b/en/versioning.md
deleted file mode 100644
index c90a385..0000000
--- a/en/versioning.md
+++ /dev/null
@@ -1,9 +0,0 @@
-## 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.