diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-07-01 21:54:14 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-07-01 21:54:14 +0000 |
commit | 15e03f0671505ef4e95910033fc731279800ad6b (patch) | |
tree | 5dfeae5064710010002ab7a4326661f80ffc2f31 /chef-config | |
parent | 4c6e7462600b2254ab676df6ed4b98e739e332d1 (diff) | |
download | chef-15e03f0671505ef4e95910033fc731279800ad6b.tar.gz |
Bump version to 16.13.41 by Chef Expeditorv16.13.41
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index a6328ac24f..709c61ade2 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("..", __dir__) - VERSION = "16.13.40".freeze + VERSION = "16.13.41".freeze end |