Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2019-08-26 11:49:48 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2019-08-26 13:48:55 +0300
commite2a7dd3f0aaa767a7b1cb01f69e9b4520ae04b65 (patch)
tree0687fc13d02311b4b2c509274f4f0c97abb46ef7 /lib/api/labels.rb
parentefafc98bd8ca7d4ed4c86f19325eb2aa51edd227 (diff)
Update docs targeting 12.3
Diffstat (limited to 'lib/api/labels.rb')
-rw-r--r--lib/api/labels.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/labels.rb b/lib/api/labels.rb
index 321ffa241b5..de89e94b0c0 100644
--- a/lib/api/labels.rb
+++ b/lib/api/labels.rb
@@ -64,7 +64,7 @@ module API
end
desc 'Promote a label to a group label' do
- detail 'This feature was added in GitLab 11.9'
+ detail 'This feature was added in GitLab 12.3'
success Entities::GroupLabel
end
params do