summaryrefslogtreecommitdiff
path: root/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 /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 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 81fba5a81a..a40cc7e101 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("18.0.157")
+ VERSION = Chef::VersionString.new("18.0.158")
end
#