summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-10 12:43:08 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-10 12:43:08 +0000
commit39cca91601ebe71bca1baa5ddaccee6aea234f71 (patch)
tree5437e8f48de2f36a5453c622f517fe2297ce1aea /knife
parenta54c85c058c0a0faec4bb4eb7d32d6d201b8925e (diff)
downloadchef-39cca91601ebe71bca1baa5ddaccee6aea234f71.tar.gz
Bump version to 18.0.158 by Chef Expeditorv18.0.158
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 c86828e75e..e7e7c64185 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.0.157)
- chef (18.0.157-x64-mingw-ucrt)
+ chef (18.0.158)
+ chef (18.0.158-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 6b4943a1ff..2d533ebcbe 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.157".freeze
+ VERSION = "18.0.158".freeze
end
end