summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-05 01:25:15 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-05 01:25:15 +0000
commitdd581d353c476deff3dc0796f78679d57bf8208a (patch)
tree216ab538b52d29b726b11582259fe519601d7235 /chef-config
parentbd8e2256b795968e44b627151161d16f75cab8ec (diff)
downloadchef-dd581d353c476deff3dc0796f78679d57bf8208a.tar.gz
Bump version to 16.9.11 by Chef Expeditorv16.9.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 02f3b77a3c..65f080627a 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.9.10".freeze
+ VERSION = "16.9.11".freeze
end