diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-16 15:11:57 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-16 15:11:57 +0000 |
commit | 9487e653687ebad83912f2965ca37758d8f80eb0 (patch) | |
tree | e4e8dc8132ddf0e69b4a321df1ee0f87a9e24fc4 /lib | |
parent | fdc73d7ebd0dcbe754e1b4ccd70a5be00864f3fc (diff) | |
download | chef-9487e653687ebad83912f2965ca37758d8f80eb0.tar.gz |
Bump version to 18.0.42 by Chef Expeditorv18.0.42
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 9d963ddea1..9cae381b64 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.41") + VERSION = Chef::VersionString.new("18.0.42") end # |