diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-23 18:48:05 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-23 18:48:05 +0000 |
commit | a9104bb5a2ec6efa0b1208fa39a3f04ad7f7b5c1 (patch) | |
tree | 1b5afd8d536f9cdb17dbf074b6959e585f626397 /knife | |
parent | 2ebf3371e6caf688fa88f98ee372be79c0ccf8cb (diff) | |
download | chef-a9104bb5a2ec6efa0b1208fa39a3f04ad7f7b5c1.tar.gz |
Bump version to 17.5.20 by Chef Expeditorv17.5.20
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 905f681d59..83d1b4fc91 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.5.19".freeze + VERSION = "17.5.20".freeze end end |