diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-21 22:05:23 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-21 22:05:23 +0000 |
commit | 2293419b0d5ba15685eff1550a93050f26bfd168 (patch) | |
tree | 0b8cd8336105e5596bcf1cf75964e00ee9f03ef6 /chef-config | |
parent | c2a612ac65fca2260d4aef0dae7b8a5de3c5320a (diff) | |
download | chef-2293419b0d5ba15685eff1550a93050f26bfd168.tar.gz |
Bump version to 16.5.5 by Chef Expeditorv16.5.5
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 7009862f4a..45886fd101 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.5.4".freeze + VERSION = "16.5.5".freeze end |