diff options
author | Evan Read <eread@gitlab.com> | 2018-11-16 04:06:29 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-11-16 04:06:29 +0000 |
commit | 38d234e2e5474fc732306c2cfbbd274e1cc32fea (patch) | |
tree | dceb75a58fa6a24e39afb1d2a75f17b77413de4d /doc/api | |
parent | 0c9e2b80c94ec30e96213f70d10a2f4979dcd501 (diff) | |
parent | f1f038956a3afa7ae77c7155f5302f1dc63884a4 (diff) | |
download | gitlab-ce-38d234e2e5474fc732306c2cfbbd274e1cc32fea.tar.gz |
Merge branch 'docs/rs-revert-api-version' into 'master'
Revert API is going into 11.5, not 11.6.
See merge request gitlab-org/gitlab-ce!23060
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. |