diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-12-18 17:31:25 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-12-18 17:31:25 +0000 |
commit | 8ce43696ff11fc5a1c6b4a856a4bcf0151ab97b3 (patch) | |
tree | 3cb123f74b3dba401aa07e423d1f0f851e7bf0f8 /lib | |
parent | 028291ab86b0a474bb90c2c87d334661fa7f79e7 (diff) | |
download | chef-8ce43696ff11fc5a1c6b4a856a4bcf0151ab97b3.tar.gz |
Bump version to 14.8.21 by Chef Expeditorv14.8.21
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 09c440055c..8817aa41de 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.8.20") + VERSION = Chef::VersionString.new("14.8.21") end # |