summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-16 18:46:18 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-16 18:46:18 +0000
commit242abd6ba43aeeefe3be516cc51020730761a4cf (patch)
treef41df163c55ee80c598259642cecb270f4f2a3b1 /knife
parent19d1c87308d80fabf022ba5fd9bf51acf152b93b (diff)
downloadchef-242abd6ba43aeeefe3be516cc51020730761a4cf.tar.gz
Bump version to 17.9.6 by Chef Expeditorv17.9.6
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-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 3cd79158d1..7ef9598a3f 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.9.5".freeze
+ VERSION = "17.9.6".freeze
end
end