diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-03 18:30:47 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-03 18:30:47 +0000 |
commit | f1dc0c37b9ac7a1ebdbc39721624559213532e10 (patch) | |
tree | e38a805e8621ee56be31b5bf3022ea5eb40396ad /lib/chef/version.rb | |
parent | 293acda9faf6e8ddc387b8c26c98e3fcf8189146 (diff) | |
download | chef-f1dc0c37b9ac7a1ebdbc39721624559213532e10.tar.gz |
Bump version to 16.0.41 by Chef Expeditorv16.0.41
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 bb59f87a74..cc0dbc37e3 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("../..", __FILE__) - VERSION = Chef::VersionString.new("16.0.40") + VERSION = Chef::VersionString.new("16.0.41") end # |