summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-28 20:23:50 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-28 20:23:50 +0000
commitcaaa4e1ea5e36b20698f3e5d0740d047a653c5da (patch)
treebab6699244e137f3d6ae28c9e295bec8dfae1c7b /chef-config
parent3936167a882e178cab506d830934000052620ac6 (diff)
downloadchef-caaa4e1ea5e36b20698f3e5d0740d047a653c5da.tar.gz
Bump version to 17.6.6 by Chef Expeditorv17.6.6
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 ad6b2be8fe..6569f6affa 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 = "17.6.5".freeze
+ VERSION = "17.6.6".freeze
end