diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-23 18:07:50 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-23 18:07:50 +0000 |
commit | a7202f77460729090f95e4ff995f4ab1c0898bba (patch) | |
tree | c300333c8cb75e970a45159327ede5b7a8f1e022 /lib | |
parent | d171d794e6116310108b9c1ecd87b15f2f6a03ed (diff) | |
download | chef-14.0.21.tar.gz |
Bump version to 14.0.21 by Expeditorv14.0.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 71d71f7d39..a00302e953 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.0.20") + VERSION = Chef::VersionString.new("14.0.21") end # |