summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-20 16:50:16 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-20 16:50:16 +0000
commitec3933f4ea42ab457999103b7b801917cf4de54a (patch)
treecc565f9308a7b08d0ff218af5abed7f1e7342b1b /chef-config
parentb1ac2b116a85ad0f75785cd66c46997fe97ae129 (diff)
downloadchef-ec3933f4ea42ab457999103b7b801917cf4de54a.tar.gz
Bump version to 16.6.32 by Chef Expeditorv16.6.32
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 8e8230ce6e..f595febb3a 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.31".freeze
+ VERSION = "16.6.32".freeze
end