diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-20 23:23:51 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-20 23:23:51 +0000 |
commit | 350b8dc25a56fb0758e1e6d2fde334517a25fa0b (patch) | |
tree | 1cf5f85937bbded6106864a5831c88b7256b4e3b /lib | |
parent | 05cf8e0479f0e967e8b3510d3c95b4d57c8869b0 (diff) | |
download | chef-350b8dc25a56fb0758e1e6d2fde334517a25fa0b.tar.gz |
Bump version to 16.0.230 by Chef Expeditorv16.0.230
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 a6b9c8d4e2..392b04aa1e 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.229") + VERSION = Chef::VersionString.new("16.0.230") end # |