summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <lance@osuosl.org>2021-04-07 19:26:59 -0700
committerLance Albertson <lance@osuosl.org>2021-04-07 19:26:59 -0700
commit5dec823581b689cc3fd85ef3943b469293bc487d (patch)
treefbaab0a50acc9ddae553849d1c9f4f66d1ce35dc
parent316daa8d8cb07328c652eda7a3d4c5f222b2363e (diff)
downloadchef-5dec823581b689cc3fd85ef3943b469293bc487d.tar.gz
Update to reflect when this was added to Chef 16
Signed-off-by: Lance Albertson <lance@osuosl.org>
-rw-r--r--chef-utils/lib/chef-utils/dsl/platform.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/dsl/platform.rb b/chef-utils/lib/chef-utils/dsl/platform.rb
index 9dd336b690..047c742dc8 100644
--- a/chef-utils/lib/chef-utils/dsl/platform.rb
+++ b/chef-utils/lib/chef-utils/dsl/platform.rb
@@ -126,7 +126,7 @@ module ChefUtils
# Determine if the current node is CentOS Stream.
#
# @param [Chef::Node] node the node to check
- # @since 17.0
+ # @since 16.13
#
# @return [Boolean]
#