summaryrefslogtreecommitdiff
path: root/knife/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-07 17:06:37 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-07 17:06:40 +0000
commit2e6ea2b62ddeb3775f3da16c7e9f60e9be596d49 (patch)
tree811ba42f83bd30c4ae370c87d47c71356c3aaeac /knife/lib/chef
parentf846f75af07b457db77676aa4c1769d55a9b3f7d (diff)
downloadchef-2e6ea2b62ddeb3775f3da16c7e9f60e9be596d49.tar.gz
Bump version to 17.0.192 by Chef Expeditorv17.0.192
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.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 e2aeaf3c5c..fcdc09bfe7 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.191".freeze
+ VERSION = "17.0.192".freeze
end
end