summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-17 19:41:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-17 19:41:51 +0000
commitae36f3f15bcc2d203c73eca46d7cf60300b38f19 (patch)
treee6515ea752fb2a502c67ef28a11b1b32f985c0fd /knife
parentf0d32a968a83e5bf3e2362f53f7b7479f4b455d9 (diff)
downloadchef-ae36f3f15bcc2d203c73eca46d7cf60300b38f19.tar.gz
Bump version to 17.9.9 by Chef Expeditorv17.9.9
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 26d942435f..0723c81cb4 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.8".freeze
+ VERSION = "17.9.9".freeze
end
end