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 /chef-utils | |
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 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index a6fba451aa..393f82e873 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.0.40".freeze + VERSION = "16.0.41".freeze end |