summaryrefslogtreecommitdiff
path: root/knife/lib
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/lib
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/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 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