diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-26 19:54:43 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-26 19:54:43 +0000 |
commit | 566630269bfbde6b4cc276120a0a58e5bdb31cd5 (patch) | |
tree | 4a3caeb535b60915fbcd848686a7edd0ca7284c2 /chef-config | |
parent | 4379ae2bbe40a64701228ad843328b576f7194ec (diff) | |
download | chef-566630269bfbde6b4cc276120a0a58e5bdb31cd5.tar.gz |
Bump version to 16.7.1 by Chef Expeditorv16.7.1
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 543ee10356..c6b0432274 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.7.0".freeze + VERSION = "16.7.1".freeze end |