summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-04-01 23:24:57 +0000
committerChef Expeditor <chef-ci@chef.io>2022-04-01 23:24:57 +0000
commitd06c50d8b5b3a46ac3c37048407ba8f5e6820635 (patch)
tree084c1f8c970d701a881ab6fc5dbea327f25a1062 /knife
parentc24fadc57b4b293f764b5212463273bb00411296 (diff)
downloadchef-d06c50d8b5b3a46ac3c37048407ba8f5e6820635.tar.gz
Bump version to 18.0.86 by Chef Expeditorv18.0.86
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 f849d26e29..0780eb85c6 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 = "18.0.85".freeze
+ VERSION = "18.0.86".freeze
end
end