summaryrefslogtreecommitdiff
path: root/chef-utils
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-utils
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-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 4311802e8b..f46bea1f74 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.9.5"
+ VERSION = "17.9.6"
end