diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-08-02 19:18:35 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-08-02 19:18:35 +0000 |
commit | 628b6189201c532ae0e3ff962b324018911ff389 (patch) | |
tree | 0dd5d46604fb60f9b76aadcc7e05109f2462845a /lib | |
parent | 8440ebe77912ac3d4f121cb5c36063bee94497a5 (diff) | |
download | chef-628b6189201c532ae0e3ff962b324018911ff389.tar.gz |
Bump version to 14.4.21 by Chef Expeditorv14.4.21
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 a7ee325fdc..b4944d00c3 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.4.20") + VERSION = Chef::VersionString.new("14.4.21") end # |