summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-22 21:05:43 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-22 21:05:43 +0000
commitf0107b6d084a99c75d7c6d84cfd81cad88c89da3 (patch)
tree57cc13b6c42e287eb4c9daa575085d82055cde8e /knife
parent7cf3075729c2f48e8d1d441f8a80b009c166b595 (diff)
downloadchef-f0107b6d084a99c75d7c6d84cfd81cad88c89da3.tar.gz
Bump version to 18.0.186 by Chef Expeditorv18.0.186
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-rw-r--r--knife/Gemfile.lock4
-rw-r--r--knife/lib/chef/knife/version.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock
index 316c3f8c5e..ef9e148106 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.0.185)
- chef (18.0.185-x64-mingw-ucrt)
+ chef (18.0.186)
+ chef (18.0.186-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index b64e851d33..866c52eb27 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.185".freeze
+ VERSION = "18.0.186".freeze
end
end