diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-01-04 16:23:24 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-01-04 16:23:24 +0000 |
commit | bf25337c300ffc900c1a0960d99552509745d3c1 (patch) | |
tree | be209c9d20cc42b1ef75ed500e6ee4891bac0e4e /knife | |
parent | d57ef307e420aa37d2df930210a38a3c8727dbe1 (diff) | |
download | chef-bf25337c300ffc900c1a0960d99552509745d3c1.tar.gz |
Bump version to 17.9.20 by Chef Expeditorv17.9.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 5e47d6854c..631864fe19 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.9.19".freeze + VERSION = "17.9.20".freeze end end |