diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-09 01:42:02 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-09 01:42:02 +0000 |
commit | 3c4dec2f10ad4f36865146fccf46c8baae6df825 (patch) | |
tree | dde4f9a54c10e76661ec4fff6930f1a3d6a91ec4 /chef-bin | |
parent | 6bf9c2de6c63cfa9b03e61ad5ba02ddb0d8a9b05 (diff) | |
download | chef-3c4dec2f10ad4f36865146fccf46c8baae6df825.tar.gz |
Bump version to 16.7.29 by Chef Expeditorv16.7.29
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 984fddc153..be7691dc9b 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("..", __dir__) - VERSION = "16.7.28".freeze + VERSION = "16.7.29".freeze end # |