diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-29 02:16:21 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-29 02:16:22 +0000 |
commit | 25e3fa6242ee47959928ade83ae4402a7964029a (patch) | |
tree | 4b00b8b9ce9e6c69e2f5e3d2aa1c65dfb28fbc74 /chef-config | |
parent | 93f40eea9841e1a3659e96ee4f8fa801f673c722 (diff) | |
download | chef-25e3fa6242ee47959928ade83ae4402a7964029a.tar.gz |
Bump version to 16.2.66 by Chef Expeditorv16.2.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 02f9896fa1..120f325605 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.2.65".freeze + VERSION = "16.2.66".freeze end |