diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-16 17:43:42 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-16 17:43:42 +0000 |
commit | 81bd5a4a286a0c547dd53f9a99ed64abb2b4a11d (patch) | |
tree | 5e572fec0334e76d72bbe9b6264f8f5d96e7ef91 /lib/chef | |
parent | b702d92147eb58b165e2c0c7792fcafc80e36f96 (diff) | |
download | chef-81bd5a4a286a0c547dd53f9a99ed64abb2b4a11d.tar.gz |
Bump version to 16.0.214 by Chef Expeditorv16.0.214
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 edec676531..bb99a6d063 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.213") + VERSION = Chef::VersionString.new("16.0.214") end # |