diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-12-16 19:37:08 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-12-16 19:37:08 +0000 |
commit | b360464582e11b4b71b11505fe933e38a8de26df (patch) | |
tree | 31f63c719c24f5929afd9159255e259dbda36d1a /chef-utils | |
parent | b07d6b5b1370285f617a74e469cfba0f17d4a57d (diff) | |
download | chef-b360464582e11b4b71b11505fe933e38a8de26df.tar.gz |
Bump version to 17.9.7 by Chef Expeditorv17.9.7
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 f46bea1f74..9855638582 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.6" + VERSION = "17.9.7" end |