summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-13 17:02:57 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-13 17:02:57 +0000
commit88c1e163900751e246f6e4ead175b67b248855e2 (patch)
treeed3b883dad45cbd0563183be5c6dde94866dbb43 /chef-config
parentce127ece47f6e8527f6071450c05ea8ec1b0062e (diff)
downloadchef-88c1e163900751e246f6e4ead175b67b248855e2.tar.gz
Bump version to 16.6.11 by Chef Expeditorv16.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 8df6897095..c770aa0237 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 = "16.6.10".freeze
+ VERSION = "16.6.11".freeze
end