summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-22 19:06:45 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-22 19:06:45 +0000
commitd11783f7e44c503d32114e152ded5b1331f7f9e7 (patch)
treef5703ec641434d5aef81fb73a2f1b9153dcb5840 /knife
parent11c181a56c76a1b0bb9c0445f138215988ae6d84 (diff)
downloadchef-17.9.16.tar.gz
Bump version to 17.9.16 by Chef Expeditorv17.9.16
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 7b256d9916..8ac6607a1a 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.15".freeze
+ VERSION = "17.9.16".freeze
end
end