summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-08 00:07:59 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-08 00:07:59 +0000
commit1a92417c57c434da384b7bd79c7f663ee6d4c5f1 (patch)
tree951b5938b338674a9991d09ce32f844be358d253 /knife/lib/chef/knife/version.rb
parentf36dc8f1ba6739a3146e25fabd3ec098de55a0e7 (diff)
downloadchef-1a92417c57c434da384b7bd79c7f663ee6d4c5f1.tar.gz
Bump version to 17.0.196 by Chef Expeditorv17.0.196
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 5f3128bcd4..cdf508a32f 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.195".freeze
+ VERSION = "17.0.196".freeze
end
end