diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-05-21 23:35:03 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-05-21 23:35:03 +0000 |
commit | 015a61fecd518262770d1150c5a4facff68fd8cd (patch) | |
tree | 47f60ba6a44619c2bb6e7c6d091decf72315226e /chef-config/lib | |
parent | a064c81d5138d089a2adcbc235a73539d65b6bed (diff) | |
download | chef-015a61fecd518262770d1150c5a4facff68fd8cd.tar.gz |
Bump version to 16.13.29 by Chef Expeditorv16.13.29
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 9488e1b933..4f25f6e1df 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.28".freeze + VERSION = "16.13.29".freeze end |