summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-30 18:34:44 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-30 18:34:44 +0000
commita7ea044e91dd87e7f228e285fcd03bbf58ece61d (patch)
tree3975b400927a576bc6538b11f5c5603eb71940ce /chef-config
parent4e4e43079c8a51da263ad50030ac88d5eff3692f (diff)
downloadchef-a7ea044e91dd87e7f228e285fcd03bbf58ece61d.tar.gz
Bump version to 17.6.11 by Chef Expeditorv17.6.11
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 0fba9e3319..f9c3b30cd1 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.6.10".freeze
+ VERSION = "17.6.11".freeze
end