diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-26 19:40:04 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-26 19:40:04 +0000 |
commit | 2f863d123106fea638238f0046366fd066470fc7 (patch) | |
tree | 54c6d69ebcbade2b9b218c046a458f378630300d /chef-config | |
parent | 3d15563164674f507c048ab9233371f3e1177cb8 (diff) | |
download | chef-2f863d123106fea638238f0046366fd066470fc7.tar.gz |
Bump version to 16.7.0 by Chef Expeditorv16.7.0
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 e77bb788d3..543ee10356 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.39".freeze + VERSION = "16.7.0".freeze end |