summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-11 04:37:04 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-11 04:37:04 +0000
commitac87b166b8e16ca7f1ff58982365400b73ef614a (patch)
treedd092123795001b51975a1e19bc7f291cb337197 /knife/lib/chef/knife
parentc85d51fcc7c91830d7f3166bab1f9d9ca69c2092 (diff)
downloadchef-ac87b166b8e16ca7f1ff58982365400b73ef614a.tar.gz
Bump version to 18.0.182 by Chef Expeditorv18.0.182
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib/chef/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 5cd90710e1..0c9f7f4f82 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.181".freeze
+ VERSION = "18.0.182".freeze
end
end