diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 20:26:21 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 20:26:21 +0000 |
commit | 8b267e2117bc8c4bad9667274a2665210a25adcd (patch) | |
tree | fc297ca51aee7141d781529ee2b102f8395ceeee /knife | |
parent | cc1c5d98afd8c14ad0e8b5fd94d96bbdbefc3650 (diff) | |
download | chef-8b267e2117bc8c4bad9667274a2665210a25adcd.tar.gz |
Bump version to 17.8.20 by Chef Expeditorv17.8.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 c7adbf473f..c406e7436e 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.19".freeze + VERSION = "17.8.20".freeze end end |