diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-04 19:17:31 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-04 19:17:31 +0000 |
commit | fc6cb5be81dd2bbb5f92211112b856b67ec3c626 (patch) | |
tree | 28ea3c0542ecce0490c4360cb5f6b0a704846d00 /lib/chef/version.rb | |
parent | 3c0e4bc2fbf97f433ec4f46c938c1bcbcb135450 (diff) | |
download | chef-fc6cb5be81dd2bbb5f92211112b856b67ec3c626.tar.gz |
Bump version to 16.4.7 by Chef Expeditorv16.4.7
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 1ea796e2a2..6bc53ed2ec 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.6") + VERSION = Chef::VersionString.new("16.4.7") end # |