From 9946d0813c8e377ecf22552c4af075e563144712 Mon Sep 17 00:00:00 2001
From: Felipe Artur <felipefac@gmail.com>
Date: Mon, 5 Mar 2018 11:39:24 -0300
Subject: Address review comments

---
 lib/api/group_boards.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib/api')

diff --git a/lib/api/group_boards.rb b/lib/api/group_boards.rb
index 48709a5de6b..aa9fff25fc8 100644
--- a/lib/api/group_boards.rb
+++ b/lib/api/group_boards.rb
@@ -44,7 +44,7 @@ module API
       end
       segment ':id/boards/:board_id' do
         desc 'Get the lists of a group board' do
-          detail 'Does not include backlog and closed lists. This feature was introduced in 10.4'
+          detail 'Does not include backlog and closed lists. This feature was introduced in 10.6'
           success Entities::List
         end
         params do
-- 
cgit v1.2.1