diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-18 17:44:45 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-18 17:44:45 +0000 |
commit | c9414338729decf217c8bfc37b1d405619c44331 (patch) | |
tree | 0bbd999453a9fe8d1f089ee4395a2cbbb87b52e8 /chef-config | |
parent | 4e88f05635ad97cca520a41fc5a837624c91c0ab (diff) | |
download | chef-c9414338729decf217c8bfc37b1d405619c44331.tar.gz |
Bump version to 16.0.66 by Chef Expeditorv16.0.66
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 be7aa35c9c..a8c4f24664 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("../..", __FILE__) - VERSION = "16.0.65".freeze + VERSION = "16.0.66".freeze end |