summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-16 18:46:18 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-16 18:46:18 +0000
commit242abd6ba43aeeefe3be516cc51020730761a4cf (patch)
treef41df163c55ee80c598259642cecb270f4f2a3b1 /chef-config
parent19d1c87308d80fabf022ba5fd9bf51acf152b93b (diff)
downloadchef-242abd6ba43aeeefe3be516cc51020730761a4cf.tar.gz
Bump version to 17.9.6 by Chef Expeditorv17.9.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 a6496aa8b7..6d62581852 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.9.5".freeze
+ VERSION = "17.9.6".freeze
end