diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-08 06:10:39 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-08 06:10:39 +0000 |
commit | 8497a1d56ed179ebda94768523fb22b04d2fd4af (patch) | |
tree | 6091b99225c0572c783be69e33d887373ddedf40 /knife/lib/chef | |
parent | a1081e0257297ee0a5032d870a56a91eee997275 (diff) | |
download | chef-8497a1d56ed179ebda94768523fb22b04d2fd4af.tar.gz |
Bump version to 17.0.198 by Chef Expeditorv17.0.198
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib/chef')
-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 cdfe85b461..c59c5db82b 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.0.197".freeze + VERSION = "17.0.198".freeze end end |