diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-14 22:56:04 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-14 22:56:04 +0000 |
commit | 9851800cb4bcc481a00c949da2a86e15a94652f6 (patch) | |
tree | 720437c19c3ce6f81e0f085d7d1735262309b76e /chef-config/lib | |
parent | 8b6aee19257eb81d468e1589fcfaf38c0603e5de (diff) | |
download | chef-9851800cb4bcc481a00c949da2a86e15a94652f6.tar.gz |
Bump version to 16.4.29 by Chef Expeditorv16.4.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 7b0195b5bf..6b4f2e2840 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.4.28".freeze + VERSION = "16.4.29".freeze end |