diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-19 23:03:41 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-19 23:03:41 +0000 |
commit | 3808a192536970524cac4aab51b60143453d72e4 (patch) | |
tree | ac1b8fe71b7a00df8e408f4c23395d0c94cf988b /chef-config | |
parent | 1ae5a2b77a0e090e06b20a1fa952b17dc719e0da (diff) | |
download | chef-3808a192536970524cac4aab51b60143453d72e4.tar.gz |
Bump version to 16.6.29 by Chef Expeditorv16.6.29
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 365c2f4e19..099a8810e6 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.6.28".freeze + VERSION = "16.6.29".freeze end |