summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-04 00:39:38 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-04 00:39:38 +0000
commitcbf2666da391bde24de60b726d22486545693ae3 (patch)
treeae2ba9aa8f72c7f2a02333c2edb5226805941b07 /chef-utils
parentea4abaff1c5495442f2a32d22118b3562b690f2b (diff)
downloadchef-cbf2666da391bde24de60b726d22486545693ae3.tar.gz
Bump version to 16.2.11 by Chef Expeditorv16.2.11
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index f3b6d2a04d..3ec93a5151 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.2.10".freeze
+ VERSION = "16.2.11".freeze
end