diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-25 05:12:03 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-25 05:12:03 +0000 |
commit | 6b65c094559dcb7d3d4eff84e56df8efd761c429 (patch) | |
tree | d2929d890be6ed36f060c759fa129c6deb467730 /chef-config | |
parent | 24470d98f3155b9ee6f2c8822491cb58f605e57e (diff) | |
download | chef-6b65c094559dcb7d3d4eff84e56df8efd761c429.tar.gz |
Bump version to 16.7.60 by Chef Expeditorv16.7.60
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 a6eb24484f..447df31d36 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.59".freeze + VERSION = "16.7.60".freeze end |