diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-06-27 05:53:30 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-06-27 05:53:30 +0000 |
commit | 056ae82723d5448899c816b18642be062920501e (patch) | |
tree | a8b5c99dbdf7d479efab5458b95845f9a837d3dd /lib/chef | |
parent | 3ba90465dcc0ba3b0f3368d0226a81b69ca72714 (diff) | |
download | chef-056ae82723d5448899c816b18642be062920501e.tar.gz |
Bump version to 14.3.21 by Chef Expeditorv14.3.21
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 e2d52a6526..2118298e46 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("14.3.20") + VERSION = Chef::VersionString.new("14.3.21") end # |