diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-08 15:43:45 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-08 15:43:45 +0000 |
commit | 8b7e30a57a726539dfc0e493913eee464597b8fd (patch) | |
tree | fa24afe6774eafd2201153687d8707bc3bd47ac4 /lib/chef/version.rb | |
parent | f098b28dcf6978c90c6cd5c08e25576e29d72a92 (diff) | |
download | chef-8b7e30a57a726539dfc0e493913eee464597b8fd.tar.gz |
Bump version to 16.0.194 by Chef Expeditorv16.0.194
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 50cb002138..c2477c32c9 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.193") + VERSION = Chef::VersionString.new("16.0.194") end # |