diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-09 03:30:40 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-09 03:30:40 +0000 |
commit | 92022175c0682723606abd563edf87b1e0200106 (patch) | |
tree | 6941bdad3982298e93cf428bed771002b97b71e2 /chef-bin | |
parent | e5caab7de9726d280e12bb593b6d8c3ce6afa177 (diff) | |
download | chef-92022175c0682723606abd563edf87b1e0200106.tar.gz |
Bump version to 16.0.197 by Chef Expeditorv16.0.197
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 662d738848..c4db5a3253 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.0.196".freeze + VERSION = "16.0.197".freeze end # |