diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-03-16 03:10:14 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-03-16 03:10:18 +0000 |
commit | 2a91e4c20aa3edebd1ef3428a5ac23175cf3dc8e (patch) | |
tree | 3a3ebb1cd338ac6e62f9a4c75f37bf33192a160f /chef-bin/lib | |
parent | 61308199187e1a568c6100a34a4e1f2961d8dce3 (diff) | |
download | chef-2a91e4c20aa3edebd1ef3428a5ac23175cf3dc8e.tar.gz |
Bump version to 16.10.29 by Chef Expeditorv16.10.29
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 668f77b4c8..61e3066b39 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.10.28".freeze + VERSION = "16.10.29".freeze end # |