diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-12-16 18:46:18 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-12-16 18:46:18 +0000 |
commit | 242abd6ba43aeeefe3be516cc51020730761a4cf (patch) | |
tree | f41df163c55ee80c598259642cecb270f4f2a3b1 /chef-utils | |
parent | 19d1c87308d80fabf022ba5fd9bf51acf152b93b (diff) | |
download | chef-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.rb | 2 |
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 |