diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-12-07 20:26:55 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-12-07 20:26:58 +0000 |
commit | f990e6cd2a4cc559b25c3d7730768408ac25202a (patch) | |
tree | 26854f9f6fc86daf66ea47c6c072274bff299154 /knife | |
parent | d600b5fd70553857168f7f660ec0e62fcb400165 (diff) | |
download | chef-f990e6cd2a4cc559b25c3d7730768408ac25202a.tar.gz |
Bump version to 17.8.32 by Chef Expeditorv17.8.32
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-rw-r--r-- | knife/lib/chef/knife/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 7b05dc9b88..672013dede 100644 --- a/knife/lib/chef/knife/version.rb +++ b/knife/lib/chef/knife/version.rb @@ -17,7 +17,7 @@ class Chef class Knife KNIFE_ROOT = File.expand_path("../..", __dir__) - VERSION = "17.8.31".freeze + VERSION = "17.8.32".freeze end end |