summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-06 20:12:22 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-06 20:12:22 +0000
commit9040483c3245374369fec146b22ea5f2195b82a0 (patch)
tree05622410c72a6ac45cd8b8d6d2c9828bef484eec /knife
parent486204258f8b07d0cdb8b5b5eae7ac45c1c065b6 (diff)
downloadchef-9040483c3245374369fec146b22ea5f2195b82a0.tar.gz
Bump version to 17.9.32 by Chef Expeditorv17.9.32
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 f37341d68f..43783c321a 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.31".freeze
+ VERSION = "17.9.32".freeze
end
end