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 /lib | |
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 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 8b1338a82b..5b871d4e05 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require_relative "version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("16.0.196") + VERSION = Chef::VersionString.new("16.0.197") end # |