summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-17 23:03:17 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-17 23:03:17 +0000
commit7679f33dad8805b7df96f0e46b81a50938feab3b (patch)
tree86bf16a78b2108bea38abe09a88b44f0c5d74042 /knife
parentca06995f9b0f284c9e1096e8711041714b7f8714 (diff)
downloadchef-7679f33dad8805b7df96f0e46b81a50938feab3b.tar.gz
Bump version to 17.8.7 by Chef Expeditorv17.8.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 1c25d25afb..58d3ba3725 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.8.6".freeze
+ VERSION = "17.8.7".freeze
end
end