summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-08 06:10:39 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-08 06:10:39 +0000
commit8497a1d56ed179ebda94768523fb22b04d2fd4af (patch)
tree6091b99225c0572c783be69e33d887373ddedf40 /knife/lib/chef/knife/version.rb
parenta1081e0257297ee0a5032d870a56a91eee997275 (diff)
downloadchef-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/knife/version.rb')
-rw-r--r--knife/lib/chef/knife/version.rb2
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