summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-31 21:32:34 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-31 21:32:34 +0000
commitcabeb35e3e7f6122143f8de9cc37df7e870c83a6 (patch)
tree459eeb8fb853b72cbd009f5d27dcc3b6b57eaa61 /knife/lib
parentd7863d82ccb345a3d7d47917f6d88ca12078fab1 (diff)
downloadchef-cabeb35e3e7f6122143f8de9cc37df7e870c83a6.tar.gz
Bump version to 18.0.84 by Chef Expeditorv18.0.84
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib')
-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 43dbe4dfe7..13e49b1a4f 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.83".freeze
+ VERSION = "18.0.84".freeze
end
end