summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-01 03:09:04 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-01 03:09:04 +0000
commite8987ebf37b3648e3f74b8d3d1ce5921a19d84ad (patch)
tree3d084bf148c54625dd4f13f112316723f9ca52e4 /chef-config
parentaebb5fcf8c002f31dd6869ca996b5b4258099372 (diff)
downloadchef-e8987ebf37b3648e3f74b8d3d1ce5921a19d84ad.tar.gz
Bump version to 16.16.8 by Chef Expeditorv16.16.8
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 17cb959817..4229e57c93 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.16.7".freeze
+ VERSION = "16.16.8".freeze
end