diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-15 20:32:03 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-15 20:32:03 +0000 |
commit | 0ffe471ddddee9a2660340ea905a6767f7c25528 (patch) | |
tree | a4eafb2e3672831d9cd368fe9629b425e8b23bbb /lib | |
parent | 3ed293d2b90a7b48a0fb4a92ead67779c02ab868 (diff) | |
download | chef-0ffe471ddddee9a2660340ea905a6767f7c25528.tar.gz |
Bump version to 18.0.41 by Chef Expeditorv18.0.41
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 336627ce3b..9d963ddea1 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.40") + VERSION = Chef::VersionString.new("18.0.41") end # |