diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-14 22:56:04 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-14 22:56:04 +0000 |
commit | 9851800cb4bcc481a00c949da2a86e15a94652f6 (patch) | |
tree | 720437c19c3ce6f81e0f085d7d1735262309b76e /lib/chef/version.rb | |
parent | 8b6aee19257eb81d468e1589fcfaf38c0603e5de (diff) | |
download | chef-9851800cb4bcc481a00c949da2a86e15a94652f6.tar.gz |
Bump version to 16.4.29 by Chef Expeditorv16.4.29
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 616a457d85..c4c7b39829 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.28") + VERSION = Chef::VersionString.new("16.4.29") end # |