diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-31 17:49:49 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-31 17:49:49 +0000 |
commit | 22f0f14f99d3ba51aa7b189f1f3ffceb95838a1b (patch) | |
tree | dda6e55514b9974f6b91157d65bf9d9ab2b34f96 /chef-config/lib | |
parent | 4325bf5da2ee3413da23d1ad396f15574c876fd9 (diff) | |
download | chef-22f0f14f99d3ba51aa7b189f1f3ffceb95838a1b.tar.gz |
Bump version to 16.0.166 by Chef Expeditorv16.0.166
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 1c29e932fa..b9c984e05e 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.165".freeze + VERSION = "16.0.166".freeze end |