summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-02 00:12:42 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-02 00:12:42 +0000
commita7955988eb0ea58f16677fc798517cadb2c5d1ed (patch)
tree17c42f77f5ceb0c940182a8b5612359f6cfa1868 /chef-config
parent01ea9dd11123cebed43c519db6c32c3400b0a91d (diff)
downloadchef-a7955988eb0ea58f16677fc798517cadb2c5d1ed.tar.gz
Bump version to 16.6.2 by Chef Expeditorv16.6.2
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 49a0f1a9fe..8a7c861e0f 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.1".freeze
+ VERSION = "16.6.2".freeze
end