diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-14 17:20:43 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-14 17:20:43 +0000 |
commit | b5b845be5d4f3940f51813064b30380c06ab5337 (patch) | |
tree | 4481bafb2a660ceb36da350bede5fdd627024dc4 /lib/chef/version.rb | |
parent | 301bd43b2c8baceb800c0c695a9262bff1164ce5 (diff) | |
download | chef-b5b845be5d4f3940f51813064b30380c06ab5337.tar.gz |
Bump version to 16.4.27 by Chef Expeditorv16.4.27
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 bb43b64796..9e77fa0cd1 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.26") + VERSION = Chef::VersionString.new("16.4.27") end # |