diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-22 16:07:56 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-22 16:07:56 +0000 |
commit | f70d074269d42e9c269349e72d0fa65146533b50 (patch) | |
tree | a04fb052d09dac66e9090dc638b17664a931f671 /lib/chef | |
parent | 6882d9aa26ead8aaf780ca797cacc507a281e756 (diff) | |
download | chef-f70d074269d42e9c269349e72d0fa65146533b50.tar.gz |
Bump version to 16.0.235 by Chef Expeditorv16.0.235
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 1ab34aa2f4..683896f71e 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.234") + VERSION = Chef::VersionString.new("16.0.235") end # |