summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-16 19:37:08 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-16 19:37:08 +0000
commitb360464582e11b4b71b11505fe933e38a8de26df (patch)
tree31f63c719c24f5929afd9159255e259dbda36d1a /knife
parentb07d6b5b1370285f617a74e469cfba0f17d4a57d (diff)
downloadchef-b360464582e11b4b71b11505fe933e38a8de26df.tar.gz
Bump version to 17.9.7 by Chef Expeditorv17.9.7
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 7ef9598a3f..42a1b7f0f0 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.6".freeze
+ VERSION = "17.9.7".freeze
end
end