diff options
author | Robert Speicher <rspeicher@gmail.com> | 2018-11-14 15:00:23 +0100 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2018-11-14 15:00:23 +0100 |
commit | f1f038956a3afa7ae77c7155f5302f1dc63884a4 (patch) | |
tree | b96fa7a5dbe0a60839860a7f9b334d58de085424 /doc/api | |
parent | 28e3a90be82ac4365195a2cd96095fbd5e1b5c2c (diff) | |
download | gitlab-ce-f1f038956a3afa7ae77c7155f5302f1dc63884a4.tar.gz |
Revert API is going into 11.5, not 11.6.docs/rs-revert-api-version
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/commits.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md index 994eefa423f..7d9b52ec24f 100644 --- a/doc/api/commits.md +++ b/doc/api/commits.md @@ -290,7 +290,7 @@ Example response: ## Revert a commit -> [Introduced][ce-22919] in GitLab 11.6. +> [Introduced][ce-22919] in GitLab 11.5. Reverts a commit in a given branch. |