summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-30 22:22:19 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-30 22:22:19 +0000
commitb2fd957715ea490d49f7b27daa5101ecf0a23c4b (patch)
tree75cfb1b0b7c0046c10e22545f7e1af9bd043a7cf /knife/lib
parent18d274a881ace4df130239bdc9952f8245e518d5 (diff)
downloadchef-b2fd957715ea490d49f7b27daa5101ecf0a23c4b.tar.gz
Bump version to 18.0.82 by Chef Expeditorv18.0.82
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 f8fac5416d..a55bf39de2 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.81".freeze
+ VERSION = "18.0.82".freeze
end
end