diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-12 21:03:11 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-12 21:03:11 +0000 |
commit | 53dcbe99d02e4514ff19ca55add795686b2dfc13 (patch) | |
tree | f6c37f99c6ccfe6ff58a1c703748e45906e098dc /lib/chef | |
parent | 798cac61accc035b51aaac25160bf1d5e9715252 (diff) | |
download | chef-53dcbe99d02e4514ff19ca55add795686b2dfc13.tar.gz |
Bump version to 16.4.20 by Chef Expeditorv16.4.20
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 4b7c574208..a2b10e7620 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("..", __dir__) - VERSION = Chef::VersionString.new("16.4.19") + VERSION = Chef::VersionString.new("16.4.20") end # |